Hi All,
I am wondering how can i use the glob function to get only the first few files.
I have files with digits as extensions. Like file.0, file.1
file.2......file.100,file.101 etc.
I want to select only the first 30 files.
I used glob("file.[0-4]?[0-9]") but it doesn't seem to be working. The glob
function trying to parse ? as separate, and matches all three digit extensions.
How can i sort this out ?.
Shammi
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/