Re: PMC confusion

2002-04-10 Thread Dan Sugalski
At 12:47 AM -0500 4/2/02, Will Coleda wrote: >I can't concat strings to a PerlString, I have to assign the constant >string to another PerlString to do the concat... > >Is this just that a suitable entry in perlstring.pmc needs to be >created? Yep. -- Dan

PMC confusion

2002-04-01 Thread Will Coleda
I can't concat strings to a PerlString, I have to assign the constant string to another PerlString to do the concat... Is this just that a suitable entry in perlstring.pmc needs to be created? - new P6, PerlString set S1, " stuff\n" # This would fail # concat P6, P6, S1 # but put