#!/usr/bin/perl -w use strict; my $path = 'C:/temp/'; my @filearray = grep{-d}glob("$path*"); print join("\n",@filearray);
In reply to Re: Reading a directory into an array using <>
by Marshall
in thread Reading a directory into an array using <>
by Bignut_Squirrel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |