in reply to Re^13: To read files from two dir
in thread To read files from two dir
should I modify
my ($digits) = $vmstr =~ /-(\d\d)$/; as my ($digits) = $vmstr =~ /-(\d+)$/;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^15: To read files from two dir
by pragovnj (Acolyte) on Apr 26, 2022 at 20:55 UTC | |
by GrandFather (Saint) on Apr 26, 2022 at 21:54 UTC | |
by pryrt (Abbot) on Apr 26, 2022 at 21:09 UTC |