<this is boilerplate.pm>
$a = $main::ARGV[1];
$b = $main::ARGV[2];
$c = function($a,$b);
..
</ boilerplate.pm>

So, having to use $main:: is really an ugly and dangerous solution, and
hence why I really don't like the "use" or "require" solutions. "do"

Why is using main:: dangerous?


--
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