Quote:
>I need a script that will search a directory read the name of every file
not sure what you mean with 'search a directory', but this should do the reading
part of your quest:
opendir(MY_DIR, "/some/directory") || die "huh? $!";
closedir(MY_DIR);
Quote:
>I've tried and tried with no success
>and had no idea where else to turn.
buy the Camel book (perl.ora.com), it's essential reading for any _serious_ Perl
programmer.
Quote:
>If someone could help me I would be very greatful. Thank you.
no worries,
Irsan.
#-- The Connection Factory b.v.
#-- http://www.*-*-*.com/