in reply to Re^2: Telnet print issues...
in thread Telnet print issues...
In that case, how about breaking it up into concatenated substrings?
tel->print('/apps/current/bin/getz -vf "off des" "[' . $database . ' -type: primary|predicted]" &> /data/holdFile.txt');
As for capturing the output of your command, try the backticks: http://perldoc.perl.org/perlop.html#%60STRING%60
|
|---|