Re: Another REALLY basic question!
- From: "it_says_BALLS_on_your forehead" <simon.chao@xxxxxxx>
- Date: 30 May 2006 09:08:03 -0700
f...@xxxxxxxxxxxxxxxx wrote:
Hi All
What does -> mean in perl scripting.
the arrow operator either dereferences a reference, or is a method
invocation.
eg.
my $f_username=$query->param('req_username');
my $f_password=$query->param('req_password');
Thanks
Fred
.
- Follow-Ups:
- Re: Another REALLY basic question!
- From: bob
- Re: Another REALLY basic question!
- References:
- Another REALLY basic question!
- From: fred
- Another REALLY basic question!
- Prev by Date: Another REALLY basic question!
- Next by Date: Re: Another REALLY basic question!
- Previous by thread: Another REALLY basic question!
- Next by thread: Re: Another REALLY basic question!
- Index(es):
Relevant Pages
|
|