Jens Rieks <[EMAIL PROTECTED]> wrote: > What does this do now? > set Px, "str"
Good question: $ cat set.pasm new P0, .PerlString set P0, "str" set S0, P0 chopn S0, 2 print "str" print "\n" end $ parrot set.pasm s :) We should separate the 2 cases (set_p_sc and set_p_s) like it's done for strings. > jens leo