On Tue, March 13, 2007 2:38 am, yitzle wrote: > Where you doing "rm -f $file" or `rm -f $file`? > You need to use "backticks" for system commands.
If memory serves me, back ticks are only needed inside a system command for UNIX commands and regular ticks specifying the system command within the Perl script. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/