Using perl version 5.8.8. No errors, but nothing is returned even though there are definitely entries in the directory. Any ideas?1 #!/usr/bin/perl 2 use File::Listing qw(parse_dir); 3 $listing = `ls -l`; 4 @directories = parse_dir($listing); 5 print @directories;
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon";
$nysus = $PM . $MCF;
Click here if you love Perl Monks
In reply to parse_dir doesn't seem to work by nysus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |