Where you only get .txt and .log files, although I would have used <*.txt *.log>.#!/usr/bin/perl -w use strict; while (glob("*.txt *.log")) { print "$_\n"; }
Cheers - L~R
In reply to Re: Re: next if regex matches
by Limbic~Region
in thread next if regex matches
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |