in reply to using modules already 'used'
package X; use CGI; $q = CGI->new; package Y; use CGI; $r = CGI->new; print $X::q->param('a'), " = ", $r->param('a');
friday:~ $ perl cgi (offline mode: enter name=value pairs on standard input) a=123 = 123 = 123
_____________________________________________________
Jeff[japhy]Pinyan:
Perl,
regex,
and perl
hacker, who'd like a job (NYC-area)
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: using modules already 'used'
by cLive ;-) (Prior) on May 10, 2002 at 00:03 UTC | |
Re: Re: using modules already 'used'
by tachyon (Chancellor) on May 10, 2002 at 13:51 UTC |