I am trying to read a directory listing with the following line of code, but I just get the first file listed.
@fileList = <$dirName/*> || die "Read Directory Listing of $dirName Failed"; Any idea what am I doing wrong? Thanks, Samy Rengasamy.
I am trying to read a directory listing with the following line of code, but I just get the first file listed.
@fileList = <$dirName/*> || die "Read Directory Listing of $dirName Failed"; Any idea what am I doing wrong? Thanks, Samy Rengasamy.