in reply to Re^2: pass perl variable to shell script
in thread pass perl variable to shell script

#!/bin/sh eval `perl -we "print FOO=BAR"` echo $FOO

-- 
Ronald Fischer <ynnor@mm.st>