in reply to Perl script to delete files using regex

Nothing in your script does any sort of operation on the filesystem. Not to mention you're comparing the string representation of a regular expression against the same regular expression (which isn't really going to do anything useful; or again, do anything against the filesystem).

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re: Perl script to delete files using regex