Re: Identifying the current opened filehandle for writing as I'm getting undefined variable concatenation errors

2014-01-14 Thread Matt McAdory
while (@array2) { >> chomp; >> my $thing = $var->sub3($_); # returns a scalar >> print $FH "$thing\n"; >> # >> BOOM!?!? >> } >> } >> >> >>

Re: Identifying the current opened filehandle for writing as I'm getting undefined variable concatenation errors

2014-01-14 Thread Rob Dixon
ew stuff in another array, prints again to the module FH while (@array2) { chomp; my $thing = $var->sub3($_); # returns a scalar print $FH "$thing\n"; # BOOM!?!? } } the last print always

Re: Identifying the current opened filehandle for writing as I'm getting undefined variable concatenation errors

2014-01-14 Thread Brian Fraser
(@array2) { > chomp; > my $thing = $var->sub3($_); # returns a scalar > print $FH "$thing\n"; > ######### BOOM!?!? > } > } > > > > > the last print always give me a ". . . . concatenate (.)

Identifying the current opened filehandle for writing as I'm getting undefined variable concatenation errors

2014-01-14 Thread Matt McAdory
e module FH while (@array2) { chomp; my $thing = $var->sub3($_); # returns a scalar print $FH "$thing\n"; # BOOM!?!? } } the last print always give me a ". . . . concatenate (.) to undefined

RE: undefined variable

2002-01-31 Thread Darren Simpson
cool. thats how i do it :-) you don't think i actually write any code do you ;-) -Original Message- From: Debbie McNerney [mailto:[EMAIL PROTECTED]] Sent: 30 January 2002 18:14 To: Beginners perl Subject: undefined variable Please accept my apologies for being so dumb. I am a beg

Re: undefined variable

2002-01-30 Thread Dave Benware
Debbie McNerney wrote: > > Please accept my apologies for being so dumb. I am a beginner and really > have done basic perl scripting by using the "copy and paste and modify" > method of script writing. > > I have a server running Solaris 8. From what I can determine, perl is > version 4 on it

RE: undefined variable

2002-01-30 Thread Jonathan E. Paton
> Please accept my apologies for being so dumb. Not required. > I am a beginner and really have done basic perl > scripting by using the "copy and paste and modify" > method of script writing. Beginners learn by whatever means pleases them. Examining other people's code is quite a good method

RE: undefined variable

2002-01-30 Thread Wagner-David
0, 2002 10:14 To: Beginners perl Subject: undefined variable Please accept my apologies for being so dumb. I am a beginner and really have done basic perl scripting by using the "copy and paste and modify" method of script writing. I have a server running Solaris 8. From what I can determ

undefined variable

2002-01-30 Thread Debbie McNerney
Please accept my apologies for being so dumb. I am a beginner and really have done basic perl scripting by using the "copy and paste and modify" method of script writing. I have a server running Solaris 8. From what I can determine, perl is version 4 on it (perl -v). Server came preinstalled with