![]() |
|
"be consistent" | |
PerlMonks |
How to Pass more than one file in perl MY functionby prad001 (Initiate) |
on Sep 29, 2022 at 15:04 UTC ( #11147149=perlquestion: print w/replies, xml ) | Need Help?? |
prad001 has asked for the wisdom of the Perl Monks concerning the following question:
Hi Team,
I am new to Perl and was wondering if you guys can help me in regards to passing more than one files in the below code; In the above code (my @files=<data/j*.*.txt>;) is currently having all the files starting with j*.*, But I would like to pass all the below files only; j*.1.txt j*.3.txt j*.a.txtetc.. How could I pass the list of files?
Thank you,
Back to
Seekers of Perl Wisdom
|
|