in reply to Sharing Global variables between scripts
Update: what tilly said. The way the function would be exported, it is exported to the main package, not the DispatchUser package. The above code should work then.my $username = CommonFunctions::GetUser();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sharing Global variables between scripts
by TASdvlper (Monk) on Apr 16, 2004 at 22:25 UTC |