Help for this page
Select Code to Download
Select
or
download this
if ( $DEBUG ) { print "debug info\n"; }
Select
or
download this
print "debug info\n" if $DEBUG;
Select
or
download this
unlink $file or die "$file: $!" unless $DEBUG;