Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what does -> & => stand for in perl .. 1

Status
Not open for further replies.

maskman0

Programmer
Jul 24, 2007
9
US
Hi All,

What does an arrow " -> " stand for in perl: Is it just for calling methods or is it used for some other purpose as well...

In this ekample : headers->header($mf_req_header_tag)

The header function is called & its return value is assigned to "$headers". (IS THIS THE CORRECT INTERPRETATION....kindly let me know if not.)

Thanks
 
PS. The => operator is sometimes colloquially refered to as the "fat comma".

- Miller
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top