Help for this page

Select Code to Download


  1. or download this
    use File::Spec::Functions qw( catfile );
    
    ...
       unlink($full_name)
          or warn("Unable to delete file \"$full_name\": $!\n");
    }