Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    #Run your script here with ``(backtick) or system()
    }
    closedir(DIR);
    
  2. or download this
    use File::Slurp;
    my @files = read_dir '/sentence';