Help for this page

Select Code to Download


  1. or download this
    chdir $directory or die "Can't cd to $directory: $!";
    opendir my $dh, '.' or die "Can't open $directory: $!";
    ...
    }
    
    closedir $dh;
    
  2. or download this
        if ( $file =~ /^\Q$filemask\E/i )  {
            push @chk_files, $file;
            print "\n\t$file ";
        } # End of IF