in reply to Re^2: values from perl to sh script
in thread values from perl to sh script

Capture them into a variable, something like
RESULT=`perl runme.pl`
Then your result will be in $RESULT

Updated: Those are backticks surrounding the perl script

Don
WHITEPAGES.COM | INC
Everything I've learned in life can be summed up in a small perl script!