Never mind the previous query, I had posted. I just removed the 'die' code and it works.
-----Original Message----- From: Rengasamy, Samy Sent: Wednesday, July 24, 2002 8:52 PM To: [EMAIL PROTECTED] Subject: Directory Listing Question 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.
