Link to home
Start Free TrialLog in
Avatar of rgbcof
rgbcof

asked on

pel, how to pass a parameter to a shell program

#!/usr/bin/perl

$MYDIR = `pwd`;

#How do I pass $MYDIR to my shell script.
`.\myshellscript.sh`;
ASKER CERTIFIED SOLUTION
Avatar of Tintin
Tintin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgbcof
rgbcof

ASKER

That's great.  Thanks