in reply to Re^2: Passing Variables
in thread Passing Variables
or is there a better way to make the Module Assume that everything called in the main script is useable?use DBI; use Module; $dbh- dbi->connect(...); $variable = $packageName->routine($dbh);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Passing Variables
by pg (Canon) on Oct 23, 2004 at 22:27 UTC | |
|
Re^4: Passing Variables
by Anonymous Monk on Oct 23, 2004 at 22:34 UTC | |
by steves (Curate) on Oct 23, 2004 at 22:36 UTC |