"Mr. Shawn H. Corey" schreef: > Dr.Ruud: >> print"$_$|$/"for 0..100; > > perl -e 'print"$_$|$/"for 0..100;' > perl -le 'print"$_$|"for 0..100;'
Yes, but John set the rule to use "$/" and ";", and I decided to follow that. perl -le 'print$_.0for 0..100' (still has the 00-bug) -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>