Re: input file

2011-03-17 Thread Jim Gibson
On 3/17/11 Thu Mar 17, 2011 12:26 PM, "Chris Stinemetz" scribbled: > Rob > > Not sure what I am doing wrong but when I incorporate the infile that I want > to read and process the program does nothing and it seems like my PCMD file is > never opened. > > Below is my code thus far. > > Thank

RE: input file

2011-03-17 Thread Chris Stinemetz
-Original Message- From: Rob Dixon [mailto:rob.di...@gmx.com] Sent: Thursday, March 17, 2011 10:37 AM To: beginners Cc: Chris Stinemetz Subject: Re: input file On 17/03/2011 15:56, Chris Stinemetz wrote: > > I'm trying to use file path for my file that I want to read but I a

Re: input file

2011-03-17 Thread Rob Dixon
On 17/03/2011 15:56, Chris Stinemetz wrote: I'm trying to use file path for my file that I want to read but I am getting the following error when trying to use strict. Can't use string ("C://temp//PCMD") as a symbol ref while "strict refs" in use at ./DOband.pl line 10. Any help is greatly app

Re: input file

2011-03-17 Thread Chas. Owens
On Thu, Mar 17, 2011 at 11:56, Chris Stinemetz wrote: > I'm trying to use file path for my file that I want to read but I am getting > the following error when trying to use strict. > > Can't use string ("C://temp//PCMD") as a symbol ref while "strict refs" in > use at ./DOband.pl line 10. > > A