in reply to Re: Need help with loops and 3 tables
in thread Need help with loops and 3 tables
unlink LIST
unlink Deletes a list of files. Returns the number of files success-
fully deleted.
Note: "unlink" will not delete directories unless you are supe-$cnt = unlink 'a', 'b', 'c'; unlink @goners; unlink <*.bak>;
ruser and the -U flag is supplied to Perl. Even if these con-
ditions are met, be warned that unlinking a directory can
inflict damage on your filesystem. Use "rmdir" instead.
If LIST is omitted, uses $_.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Need help with loops and 3 tables
by Fletch (Bishop) on Feb 05, 2008 at 23:52 UTC |