Help for this page

Select Code to Download


  1. or download this
    my @files = glob("$dir/*.txt");
    
  2. or download this
    use File::Slurp;
    
    ...
    # or
    
    my @lines = read_file($filename);