develooper Front page | perl.perl6.internals | Postings from November 2002

Re: [CVS ci] string_set is back for a faster live - not only

Thread Previous | Thread Next
From:
Peter Gibbs
Date:
November 6, 2002 04:13
Subject:
Re: [CVS ci] string_set is back for a faster live - not only
Message ID:
004701c2858d$e9777c00$0b01010a@emkel.co.za
Leopold Toetsch wrote:
> string_set is currently only used in string_substr, but, when people are 
> ok with this, can be used everywhere in core.ops, where a string 
> register is globbered.

The behaviour of the following program has changed, is this correct?

  set S0, "test"
  set S1, S0
  set S2, "another"
  substr S0, S2, 1, 3
  print S1
  print "\n"
  end

-- 
Peter Gibbs
EmKel Systems



Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About