in reply to Re: A "perlish" way to replicate a string
in thread A "perlish" way to replicate a string

Wow! :)

--dda

  • Comment on Re: Re: A "perlish" way to replicate a string

Replies are listed 'Best First'.
Re: Re: Re: A "perlish" way to replicate a string
by petral (Curate) on Dec 04, 2002 at 00:11 UTC
    But wait!, there's even more elegance:
    $str x= 100;
      p