I want to open all .msg files cause I have thousands. I get error "The system cannot find the file specified"#!/usr/bin/perl @files = glob("*.msg"); foreach $file(@files) { $cmd = "perl script.pl < $file"; system($cmd); }
In reply to Using wildcards to open files. by starface245
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |