On Fri, 08 Feb 2002 14:00:48 +0100, Bart Lateur wrote:

>At least, this appears to be working:
>
>       #! perl -l
>       open STDERR, ">errors.txt";
>       warn "This goes to the file, date = ".localtime
>       print "Result: " . `perl otherscript.pl`;

But only (as intended) with a semicolon right after the "localtime".

-- 
        Bart.

Reply via email to