That works. Stolen from:#!/usr/bin/perl -w opendir(DIR, "."); @files = grep(/^R/,readdir(DIR)); closedir(DIR); foreach $file (@files) { print "$file\n"; }
In reply to Re: Reading specific files
by raisputin
in thread Reading specific files
by molson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |