in reply to how to write perl scripts with below requirements

Some hints:

- perlre describes regular expressions, needed to differentiate between files that match different patterns.

- the glob <regexp> function returns the list of files matching the regexp.

- the split function can be used to populate an array from the delimited substrings of a single string.

One world, one people

  • Comment on Re: how to write perl scripts with below requirements