to flat files
just to combine them, your asking for more work than necessary. When you
generate your results print it to a file.
What are you planning to do with the flat file?
>
> I would be most grateful if you could help me out.
> Cheers
> T
>
>
>
Gyro
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
backup file but it could save
you in the event of a mistake.
>
> But I don't want a backup made of the file, so I have to unlink it
>
> perl -pi.bak -e 'BEGIN{$file=$ARGV[0]; $pwd=`pwd`;} s/^HOME=.*/$pwd/;
> END{unlink($file . ".bak");}'
>
> Now t
"Allison Ogle" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi everyone,
>
> I was wondering if it was possible with Perl to automate my script to be
run
> everyday at midnight. Does anyone have any suggestions?
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona