in reply to RE: Re: Dreaming of Post Interpolation
in thread Dreaming of Post Interpolation
now would THAT be cool? Does anyone know if there a perl ideas/wishlist somewhere?cascade $n = 1; my $m = $n*2; my $o = $m*2; my $s = "$n $m $o\n"; print $s; $n = 2; print $s; ^d 1 2 4 2 4 8
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: RE: RE: Re: Dreaming of Post Interpolation
by swiftone (Curate) on May 30, 2000 at 21:57 UTC | |
RE: RE: RE: Re: Dreaming of Post Interpolation
by takshaka (Friar) on May 30, 2000 at 23:49 UTC | |
by BBQ (Curate) on May 31, 2000 at 02:59 UTC | |
by Adam (Vicar) on May 31, 2000 at 03:15 UTC | |
RE: RE: RE: Re: Dreaming of Post Interpolation
by mdillon (Priest) on May 30, 2000 at 21:48 UTC |