On 07/24/2006 06:35 PM, Nishi Bhonsle wrote:
Hi:
If I need to get the files without the "." and the ".." at the first level
only, [...]

use File::Slurp;
my @files = read_dir('mydirectory');

Do you have the perl documentation installed?

This should give you information about File::Slurp:

perldoc File::Slurp

Please let us know if you find the document.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to