in reply to A better way to print

Or this: print "${\$one++}\n";

YuckFoo

Replies are listed 'Best First'.
Re: Re: A better way to print
by tachyon (Chancellor) on Mar 18, 2002 at 16:21 UTC

    Or even: map{print${\[/(.*)/]->[0]++},$/}1..10

    cheers

    tachyon