|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Re: quick question on modulesby vinoth.ree (Priest) |
| on Feb 01, 2013 at 09:43 UTC ( #1016489=note: print w/ replies, xml ) | Need Help?? |
|
If you use use something::or::other qw(funt) this method, it will export only funt symbol into the caller namespace. If you use use something::or::other method, it will export list of symbols (subroutines and variables) of the module to be exported into the caller namespace from @EXPORT array defined in something::or::other
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||