Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: running sh script from perl script

by amit_ra (Initiate)
on Jul 18, 2002 at 18:45 UTC ( #182971=note: print w/replies, xml ) Need Help??


in reply to Re: running sh script from perl script
in thread running sh script from perl script

Thanks...i found the porblem in my perl script....i was using
$ENV{$key} = chomp($value};
Whicc is wrong. i should have used
chomp($value); $ENV{$key} = $value;
thanks to tye....he/she saved the day..... Amit (amit_ra)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://182971]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2023-12-05 15:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (27 votes). Check out past polls.

    Notices?