Re: Table Access OR File Manipulation

2002-02-19 Thread Gyro
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]

Re: one liner file update problem on cygwin

2002-03-07 Thread Gyro
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

Re: Automate the running of my script

2002-04-17 Thread Gyro
"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