in reply to How to correctly import variables to a module ?
doing
will fix the problemour @ISA = qw(Exporter); our @EXPORT_OK = qw( $cat $cleartool $chkconfig ) ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to correctly import variables to a module ?
by ronbarak (Novice) on Dec 13, 2006 at 08:52 UTC |