Hi All,

   my Str $CrLf   = chr(0x0d) ~ chr(0x0a);
   $String ~~ s:global/ $CrLf /\n/;

How do I get rid of the extra $CrLf variable?

Many thanks,
-T

Reply via email to