Andre_br has asked for the wisdom of the Perl Monks concerning the following question:
This is probably the easiest for you guys; IŽm not very familiar with building my own modules, so here it goes: The code:
I need my FatalsToEmail.pm to remember the $fte_username has just been assigned "client", you know?my $fte_user_id = ""; eval "use FatalsToEmail ( Client => $fte_userna +me )"; $fte_username = "client"; # Just to test, this is when I get the user +name from mysql argh! # suppose hereŽs the error. print "Content-type: text/html\n\n"; print "Hi";
Thanks a lot folks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Defining variable for module, but IŽll only have it later
by sauoq (Abbot) on Oct 01, 2005 at 23:57 UTC |