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
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