- or download this
use v5.12; # https://perlmonks.org/?node_
+id=11146744
use warnings;
...
]
}
- or download this
QRY(4)="/a/bc.sh"
QRY(4)="/ab/c.sh"
- 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\"" => [] }
- or download this
/? # final / is missing
#(?!\.) # no empty name before .exten
+sion
- 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"]],
}