David Gilden wrote:
> > But what directory were you in when you ran the program?  That's a
> > lot
> > more important than where the program is.
>
>
> /Users/dowda/Desktop/tmp test/read-prices.pl
>
> OSX Jaguar, G4

Try adding

    use Cwd;
    print cwd, "\n";

just before your open, to make sure where you think you are.

Rob




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to