On Thu, Jun 21, 2001 at 03:04:21PM +0100, n6tadam 
([EMAIL PROTECTED]) spew-ed forth:
> Hi,
> 

[snip]

> 
> Of course, from a perl script, you can either use:
> 
> system("/bin/rm -f /path/to/filename");
> 
> or
> 
> `rm -f filename`

Don't do that. Just use unlink()

perldoc -f unlink

Cheers,
Kevin

-- 
[Writing CGI Applications with Perl - http://perlcgi-book.com]
Nuclear explosions under the Nevada desert? What the f*ck are we testing for?
We already know the sh*t blows up.
        -- Frank Zappa

Reply via email to