in reply to deleting a file in perl
Below is the Perl equivalent of "rm currentlog_*.log" or "del currentlog_*.log" on the command prompt:
unlink glob "currentlog_*.log";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: deleting a file in perl
by keralaqueen234 (Initiate) on Apr 02, 2013 at 06:53 UTC | |
by hdb (Monsignor) on Apr 02, 2013 at 07:01 UTC |