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