while (@array2) {
>> chomp;
>> my $thing = $var->sub3($_); # returns a scalar
>> print $FH "$thing\n";
>> #
>> BOOM!?!?
>> }
>> }
>>
>>
>>
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
(@array2) {
> chomp;
> my $thing = $var->sub3($_); # returns a scalar
> print $FH "$thing\n";
> ######### BOOM!?!?
> }
> }
>
>
>
>
> the last print always give me a ". . . . concatenate (.)
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
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
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
> 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
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
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