in reply to Re: next if regex matchesin thread next if regex matches
#!/usr/bin/perl -w use strict; while (glob("*.txt *.log")) { print "$_\n"; } [download]
Cheers - L~R