--- Andreas Puerzer <[EMAIL PROTECTED]> wrote:
> Derek B. Smith schrieb:
>
> > -- Andreas Puerzer <[EMAIL PROTECTED]> wrote:
> >
>
> [snipped for brevity]
>
> >>
> >>So, to the OP, if you want to take input from
> your
> >>program when run
> >>inside Eclipse, you will need to fiddle with $|,
Derek B. Smith schrieb:
> -- Andreas Puerzer <[EMAIL PROTECTED]> wrote:
>
[snipped for brevity]
>>
>>So, to the OP, if you want to take input from your
>>program when run
>>inside Eclipse, you will need to fiddle with $|, due
>>to that
>>extra-buffering-layer. If you run it outside
>>Eclipse,
Thanks to all who responded.
The "Suffering from Buffering?" article explains everything.
Cheers,
Chris
Derek B. Smith wrote:
--- "Derek B. Smith" <[EMAIL PROTECTED]>
wrote:
-- Andreas Puerzer <[EMAIL PROTECTED]> wrote:
Tom Phoenix schrieb:
On 10/18/06, Chris Share <[EMAIL PROTECTED]
--- "Derek B. Smith" <[EMAIL PROTECTED]>
wrote:
> -- Andreas Puerzer <[EMAIL PROTECTED]> wrote:
>
> > Tom Phoenix schrieb:
> > > On 10/18/06, Chris Share <[EMAIL PROTECTED]>
> > wrote:
> > >
> > >> I've got a question about $| = 1;
> > >
> > >
> > >
> > >> If I add $| = 1; at the top of
-- Andreas Puerzer <[EMAIL PROTECTED]> wrote:
> Tom Phoenix schrieb:
> > On 10/18/06, Chris Share <[EMAIL PROTECTED]>
> wrote:
> >
> >> I've got a question about $| = 1;
> >
> >
> >
> >> If I add $| = 1; at the top of the program this
> fixes the problem and
> >> the program runs as expect
Tom Phoenix schrieb:
> On 10/18/06, Chris Share <[EMAIL PROTECTED]> wrote:
>
>> I've got a question about $| = 1;
>
>
>
>> If I add $| = 1; at the top of the program this fixes the problem and
>> the program runs as expected.
>
>
> Normally, output is buffered for efficiency; instead of w
I am using EPIC too. But when I open the *.pm file with utf-8 , eclipse always
show out of system
virtual memory error,and then I have to shut down the eclipse. who can tell me
why?
-Original Message-
From: Chris Share [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 19, 2006 7:54 AM
To
Chris Share wrote:
> Hi,
Hello,
> I'm a C programmer teaching myself Perl. I'm working on Windows XP using
> ActivePerl and Eclipse (EPIC).
>
> I've got a question about $| = 1;
>
> If I run the following program:
>
> #!/usr/local/bin/perl
>
> use strict;
> use warnings;
>
> print "What is y
On 10/18/06, Chris Share <[EMAIL PROTECTED]> wrote:
I've got a question about $| = 1;
...
If I add $| = 1; at the top of the program this fixes the problem and
the program runs as expected.
Normally, output is buffered for efficiency; instead of writing each
byte at once, output is saved in
Hi,
I'm a C programmer teaching myself Perl. I'm working on Windows XP using
ActivePerl and Eclipse (EPIC).
I've got a question about $| = 1;
Hello to you as well.
To answer your question from above, the $| = 1; is
simply a method to prevent Perl from buffering and to go ahead and
output da
I copied and ran without the $|=1 and it displays the text What
is your name? and I enter na d it completes.
I tried both from the cmd.exe and a kornshell and both wroked
the same way.
Might it have something to do with Eclipse?
If you have any problems or que
11 matches
Mail list logo