perl5ever has asked for the wisdom of the Perl Monks concerning the following question:
yields:package foo; sub ARGV { print "in foo::ARGV\n" } package main; foo->ARGV;
Can't locate object method "ARGV" via package "foo" ...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: ARGV as a sub name?
by chromatic (Archbishop) on Aug 18, 2010 at 20:59 UTC | |
by james2vegas (Chaplain) on Aug 18, 2010 at 21:37 UTC | |
Re: ARGV as a sub name?
by ikegami (Patriarch) on Aug 18, 2010 at 22:23 UTC | |
Re: ARGV as a sub name?
by james2vegas (Chaplain) on Aug 18, 2010 at 21:00 UTC | |
Re: ARGV as a sub name?
by kennethk (Abbot) on Aug 18, 2010 at 20:25 UTC | |
by james2vegas (Chaplain) on Aug 18, 2010 at 21:24 UTC | |
Re: ARGV as a sub name?
by Anonymous Monk on Aug 19, 2010 at 05:42 UTC |