in reply to Re: access to sub of package
in thread access to sub of package
package B ; sub usage { print "test\n" ; }
If I run this script I get:use B ; B::usage() ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: access to sub of package
by Fletch (Bishop) on Feb 28, 2006 at 14:57 UTC | |
by jeanluca (Deacon) on Feb 28, 2006 at 15:09 UTC | |
by Fletch (Bishop) on Feb 28, 2006 at 15:16 UTC | |
by jeanluca (Deacon) on Feb 28, 2006 at 15:04 UTC |