Functions

Hi!
I am running RT 4.0.16 on Centos 6.4.

How can I know methods and functions of variables ?
For example, $Ticket->Status which gets the status of the ticket. How
can I find out other functions like “status”?

I checked wiki but its really limited. I would imagine I’d need to
manually debug to find it all out but I was hoping there would be
something available ready-made since I am not proficient in perl.

How can I know methods and functions of variables ?
For example, $Ticket->Status which gets the status of the ticket.
How can I find out other functions like “status”?

I checked wiki but its really limited. I would imagine I’d need to
manually debug to find it all out but I was hoping there would be
something available ready-made since I am not proficient in perl.

Start with http://docs.bestpractical.com

-kevin