I am wanting to get a unix directory file listing and put it into a Perl array. I attempted
$date = system "ls -al | grep filename.txt"; However all this did was send it to <STDOUT>. What am I missing? Thanks, Russell -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]