on Wed, 10 Jul 2002 22:44:43 GMT, Drieux wrote:
> then do remember to set your stty correctly or you get:
There is no way to set stty on Win2K, let alone correctly.
--
felix
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
ut of
it.
-Original Message-
From: Mark M. Andrich [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 3:14 PM
To: [EMAIL PROTECTED]
Subject: Stumped by "Learning Perl" example
Chapter 3 Ex. 1:
They use the following code:
print "Enter some lines and than use
Seems to run fine on Solaris. Do like the other dude said and try it from the command
line. PerlBuilder may not be intercepting the Ctrl-D/Z properly?
John Pitchko
Data Services
Saskatchewan Government Insurance
>>> "Mark M. Andrich" <[EMAIL PROTECTED]> 07/10/02 04:14pm >>>
Chapter 3 Ex. 1:
on Wed, 10 Jul 2002 22:14:04 GMT, Mark M. Andrich wrote:
> [code snipped]
> I'm using Perl Builder 2.2 on Win 2K. When I run the script, I get the
> initial sentence and enter my input in the I/O box, after that nothing
> happens. Either I can't seem to find the right combination to break out
> o
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