in reply to Re^2: Share Variable in Script with a Module
in thread Share Variable in Script with a Module
See the Exporter module's documentation for more.sub import { my_testmodule->export_to_level(1, @_); my $class = shift; $gMessage = shift; print "Yep, I'm in here ...\n\n"; my_sub(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Share Variable in Script with a Module
by DanielSpaniel (Scribe) on Oct 10, 2013 at 15:02 UTC |