in reply to Re^4: Reading a CSV file
in thread Reading a CSV file

alchang,
Yes, that is an absolute path. I apologize if the following sounds a bit hand-holdy, but it is difficult to troubleshoot without seeing what you see:
C:\>cd "bio stuff\Aubrey's project" C:\bio stuff\Aubrey's project>more dev.csv hit q once you are satisfied that the file is not empty C:\bio stuff\Aubrey's project>notepad testit.pl Copy and paste my code exactly into testit.pl - without absolute path C:\bio stuff\Aubrey's project>perl testit.pl
If that produces no output and all the steps leading up to it appear to be successful, I give up.

Cheers - L~R

Replies are listed 'Best First'.
Re^6: Reading a CSV file
by alchang (Novice) on Mar 31, 2008 at 15:07 UTC
    Hmm, when I use the more command nothing comes out at all and pressing q doesn't quit, I have to use ctrl-c. When I use notepad to view dev.csv it definitely has lines of data though.