RE: help with open open function

2001-12-10 Thread Wagner-David
2001 15:41 To: Lance Prais; [EMAIL PROTECTED] Subject: Re: help with open open function Well, besides escaping the periods, you also have it backwards. It should be open(Workflow, "workflow.txt") || die $!; Unless someone knows something I don't..but I couldn't get it to wo

Re: help with open open function

2001-12-10 Thread Agustin Rivera
Well, besides escaping the periods, you also have it backwards. It should be open(Workflow, "workflow.txt") || die $!; Unless someone knows something I don't..but I couldn't get it to work your way. Regards, Agustin Rivera Webmaster, Pollstar.com http://www.pollstar.com - Original Messag

RE: help with open open function

2001-12-10 Thread Wagner-David
you are escaping your .'s though not want you want to do: need either ..\\..\\workflow.txt or ../../workflow.txt Use one or other and should work if file is there. Wags ;) -Original Message- From: Lance Prais [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10