Re: My script doesnt print out the output i like

2002-11-27 Thread John W. Krahn
Nix Juban wrote: > > I would like to know if i understood this line clear. > > while (1) {print $e[ ($i %= @e)++ ], "\b";} > > so modulo's values are 0 then 1 then 2 then 0 (tehn loops back again). > This will make it loop and print the 4 values of my array. > > is this applicable for

RE: RE: My script doesnt print out the output i like

2002-11-27 Thread Juban, Nix
;is this applicable for all arrays with unlimited number of elements? > >how about auto flush? what does it do? > >rgds, >nix > >-Original Message- >From: John W. Krahn [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, November 27, 2002 2:33 PM >To: [EMAIL PROTEC

Re: RE: My script doesnt print out the output i like

2002-11-27 Thread Weijie Ding
with unlimited number of elements? > >how about auto flush? what does it do? > >rgds, >nix > >-Original Message- >From: John W. Krahn [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, November 27, 2002 2:33 PM >To: [EMAIL PROTECTED] >Subject: Re: My script doesnt print out t

RE: My script doesnt print out the output i like

2002-11-26 Thread Juban, Nix
with unlimited number of elements? how about auto flush? what does it do? rgds, nix -Original Message- From: John W. Krahn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 2:33 PM To: [EMAIL PROTECTED] Subject: Re: My script doesnt print out the output i like > Nix Ju

Re: My script doesnt print out the output i like

2002-11-26 Thread John W. Krahn
> Nix Juban wrote: > > Hi! Hello, > Im just new to PERL and im trying this out...its suppose to make this > line tumble like a cartwheel. > > ##!/usr/intel/bin/perl -w > use strict; > use warnings; > > my @e=qw(|\_/); > while (1) > { > foreach (@e) > { > print $_."\b"; > } > } #!/usr/int

Re: My script doesnt print out the output i like

2002-11-26 Thread Andres L. Figari
uot;'Andres L. Figari'" <[EMAIL PROTECTED]>; "Juban, Nix" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 7:33 PM Subject: RE: My script doesnt print out the output i like > Nope, it didnt work but thanks for responding. &g

RE: My script doesnt print out the output i like

2002-11-26 Thread Juban, Nix
|\_/\b|\ _/\b -Original Message- From: Andres L. Figari [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 11:25 AM To: Juban, Nix Cc: [EMAIL PROTECTED] Subject: Re: My script doesnt print out the output i like BlankI think that when you print "\" it thinks it is

Re: My script doesnt print out the output i like

2002-11-26 Thread Andres L. Figari
2 7:19 PM Subject: My script doesnt print out the output i like Hi! Im just new to PERL and im trying this out...its suppose to make this line tumble like a cartwheel. ##!/usr/intel/bin/perl -w use strict; use warnings; my @e=qw(|\_/); while (1) { foreach (@e) { print

My script doesnt print out the output i like

2002-11-26 Thread Juban, Nix
Hi!   Im just new to PERL and im trying this out...its suppose to make this line tumble like a cartwheel.   ##!/usr/intel/bin/perl -wuse strict;use warnings;   my @e=qw(|\_/);while (1){ foreach (@e) { print $_."\b"; }}   its just printing, something like this:   _|\_|\_|\_|\_|\_|\_|\_|\_|\