Help for this page
#!/usr/bin/perl use strict; ... if ( $delete_temp ) { unlink $tmp or die "Error removing $tmp: $!\n"; }