David Storrs wrote:

>
>         my $output = join("", <SCRIPT>);

While you're at it:

 my $output = join('', <SCRIPT>);

You can be pretty well-assured that a null string will not hold any variables
or escaped characters requiring interpolation.

Joseph



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to