|
Posted by Alien on April 7, 2008, 6:31 am
Please log in for more thread options >
> One way is via a reference to the sub:
>
> =A0 =A0 =A0my $subref =3D \&;
> =A0 =A0 =A0$subref->($arg);
>
> Also, you should read the FAQ entry
>
> =A0 =A0 =A0perldoc -q "variable name"
>
> --
> Gunnar Hjalmarsson
> Email:http://www.gunnar.cc/cgi-bin/contact.pl
That's great!
Thank you very mutch! I didn't know where to search the answer. How
easy it was!
|