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
- to delete a file St�phane JEAN BAPTISTE
- Re: to delete a file victor
- Re: to delete a file n6tadam
- Re: to delete a file Kevin Meltzer
- Re: to delete a file n6tadam
- Re: to delete a file Chris Hedemark
- Re: to delete a file - That's OK St�phane JEAN BAPTISTE
- Re: to delete a file Chris Hedemark
- Re: to delete a file Bradford Ritchie
- RE: to delete a file Yacketta, Ronald
- Re: to delete a file Nigel Wetters
