in reply to Re^2: How a web server sending data to a CGI perl script ?
in thread How a web server sending data to a CGI perl script ?
$ cat shabba for my $key ( grep /perl/i , keys %ENV ){ print qq{ $key $ENV{$key}\n} +; } $ perl shabba PERL_MB_OPT --config installhtmldir= --binhtml= $ perl -e " $ENV{PERL_SHABBA}=666; system $^X, q{shabba}; " PERL_SHABBA 666 PERL_MB_OPT --config installhtmldir= --binhtml= --config installht +mldir= --binhtml= $ perl shabba PERL_MB_OPT --config installhtmldir= --binhtml=
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How a web server sending data to a CGI perl script ?
by exilepanda (Friar) on Jan 26, 2016 at 17:00 UTC | |
by Anonymous Monk on Jan 27, 2016 at 08:50 UTC |