Jeff Pang wrote:
> @EXPORT was used for exporting symbol (methods or variables) by default.
> When you say,
> use base 'Exporter';
> our @EXPORT = qw/&mysub/;
> ..
> then mysub() would be exported into caller's name space defaultly.

Would that also work using:

our @EXPORT = qw/mysub/;   ?

Or is the Perl 4 way to call subroutines also needed?

-- 
David Moreno Garza <[EMAIL PROTECTED]> | http://www.damog.net/
 <URL:http://pub.tsn.dk/how-to-quote.php>


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


Reply via email to