in reply to Re^2: How to Pass more than one file in perl MY function
in thread How to Pass more than one file in perl MY function
Well then you would pass them as separate args:
$ ./gt.pl 'j*.1.txt' 'j*.txt' 'q*.1.txt'
Obviously the first argument here is redundant as it is a subset of the second.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to Pass more than one file in perl MY function
by prad001 (Initiate) on Sep 30, 2022 at 14:00 UTC | |
by hippo (Archbishop) on Sep 30, 2022 at 15:03 UTC |