-derby#!/usr/local/bin/perl -w use strict; use File::Find; find(\&wanted, '.' ); sub wanted { print $File::Find::name, "\n" if( /08.*ama.gz/ ); }
In reply to Re: Is it possible to use find2perl like this?
by derby
in thread Is it possible to use find2perl like this?
by snafu
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |