any help would really be appreciated - cheers#!/usr/bin/perl -w opendir(MDSDIR,"/mds/nvision1"); while ( $file = readdir(MDSDIR) ) { if ($file =~/0000*\./) { print $file; $temp = chop($'); print "$temp\n"; } } closedir(MDSDIR);
Edit: chipmunk 2001-03-31
In reply to Pattern Matching by JSchmitz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |