in reply to how to suppress warning from rmtree command
eval { mkpath($dir) }; if ($@) { print "Couldn't create $dir: $@"; # leave this out if you want si +lence } # untested code. should not be used to control laser brain surgery sy +stems
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to suppress warning from rmtree command
by runrig (Abbot) on Aug 19, 2011 at 22:00 UTC |