Help for this page

Select Code to Download


  1. or download this
    use v5.12;                              # https://perlmonks.org/?node_
    +id=11146744
    use warnings;
    ...
         ]
        }
    
  2. or download this
    QRY(4)="/a/bc.sh"
    QRY(4)="/ab/c.sh"
    
  3. or download this
    { "CMD=\"/a/a.sh\"" => [] }
    { "CMD=\"/aa.sh\"" => [["/a", "a.sh"]] }
    ...
      "CMD=\"/abcd.sh\"" => [["/a", "bcd.sh"], ["/ab", "cd.sh"], ["/abc", 
    +"d.sh"]],
    }
    { "CMD=\"/a/very 'special' command.exe\"" => [] }
    
  4. or download this
               /?                            # final / is missing
               #(?!\.)                       # no empty name before .exten
    +sion
    
  5. or download this
    { "CMD=\"/a/a.sh\"" => [["/a", "a.sh"]] }
    { "CMD=\"/aa.sh\"" => [["/a", "a.sh"]] }
    ...
    {
      "CMD=\"/a/very 'special' command.exe\"" => [["/a", "very 'special' c
    +ommand.exe"]],
    }