in reply to Re: shell variables with Perl
in thread shell variables with Perl

If he is going to use bash specific shell script, he can use the bash eval command to eliminate the need for a temporary file.
$!/usr/bin/bash eval $(perl_program.pl) another_program