Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use autodie;
    ...
      chomp $line;
      push @files, $line unless $line =~ /^\s*$/;
    }
    
  2. or download this
    use File::Spec;
    my $dirname;
    ...
    
      }
    }