Yep, that was exactly it. Perl Builder just wasn't cooperating. Thanks
for your responses!
Mark
-Original Message-
From: John Pitchko [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 5:33 PM
To: Mark M. Andrich; [EMAIL PROTECTED]
Subject: Re: Stumped by "Lea
Chapter 3 Ex. 1:
They use the following code:
print "Enter some lines and than use the ctrl set to end! \n" ;
print reverse ;
or
print "blah blah blah. \n";
@lines = ;
@reverse_lines = reverse @lines;
print reverse_lines
I'm using Perl Builder 2.2 on Win 2K. When I run the
Hi,
I'm not sure if this question is appropriate for this list, but I'll try
any way. I'm a total beginner who is trying to get some hands on
experience. I've read almost all of "Perl for Dummies" and am about to
move on to "Learning Perl". I've also got my "Perl in a Nutshell"
reference. I f