http://www.perlmonks.org?node_id=1010190


in reply to Re^2: Urgent Help required with PERL CGI
in thread Urgent Help required with PERL CGI

You don't tell us what things you tried and how they failed for you. Also, you don't tell us what relevance boot_server has.

Maybe you want to read the whole referenced thread to learn how to import values from a shell script into your Perl script? As an alternative, you can make your webserver launch a shell script which sets up your environment and then executes your Perl CGI script.

Replies are listed 'Best First'.
Re^4: Urgent Help required with PERL CGI
by Anonymous Monk on Dec 24, 2012 at 13:45 UTC
    print Dumper(\%ENV); is printing all my local variables. if i have local variable $SPSERVER.. can u tell me how to use it with %ENV , so that properly value of my variable $SPSERVER is displayed..
    A reply falls below the community's threshold of quality. You may see it by logging in.