HI,

I want to know what's the difference when I call a subroutine with '&'
 or without '&'.
such as:

&subroutine();
sub subroutine{
......
}

or

subroutine();
sub subroutine{
......
}

Can anyone tell me?thanks a lot.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to