> To force interpretation as a subroutine call, either put an ampersand
before the 
> subroutine name, or qualify the name with its package. Alternatively, you
can 
> import the subroutine (or pretend that it's imported with the use subs
pragma).

'use subs' doesn't seem to always work, though. when you do it with reset()
it works, but I tried grep() and it doesn't, but &grep() and main::grep do.

Hmmm


_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to