Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    $hash{$_} = [ glob("$_*") ] for @filesTxt;
    
    dd %hash;
    
  2. or download this
    ( 
      "abc2",
    ...
      "abc1",
      ["abc1", "abc10" .. "abc19"],
    )