Aristotle: > > @lines = ($x=~/^.*/mg) x !!length($x); > > $_=$x;@lines=(/^.*/mg)x+length;
*whistle* *whistle* *red card* *disqualified* multiplying by length (x+length) will not give the desired result here; it must be boolean (0 or 1 only). /-\ http://greetings.yahoo.com.au - Yahoo! Greetings - Send some online love this Valentine's Day.
