Issues with split

2018-10-19 Thread ToddAndMargo via perl6-users
Hi All, I am reading the output of curl https://www.bleepingcomputer.com/download/adwcleaner/ -o - and looping through it with split. This gets me about 1/20th of the lines: for split "\n", $WebPage -> $Line { AAAH! Doing a hex edit on the downloaded file, the delimiter is 0H0A

Re: Malformed UTF-8 ???

2018-10-19 Thread ToddAndMargo via perl6-users
On 10/19/18 7:58 PM, ToddAndMargo via perl6-users wrote: sub RunNoShellAll( Str $RunString, Bool $StdOut, Bool $StdErr, Bool $Code, --> List ) { Had to remove the --> List to get rid of the random core dumps https://github.com/rakudo/rakudo/issues/2403

Re: Malformed UTF-8 ???

2018-10-19 Thread ToddAndMargo via perl6-users
On 10/16/18 3:59 AM, ToddAndMargo via perl6-users wrote: This is going through a rewrite.  So, don't help me until I clean this up.  I hope to have some time Friday, but maybe not.  I will get back. -T Rewrite worked! sub RunNoShellAll( Str $RunString, Bool $StdOut, Bool $StdErr, Bool

Re: augment again

2018-10-19 Thread Joseph Brenner
Okay, good enough... if I can't slip my changes in ahead of everything then reinitializing everything viz ^compose sounds workable. And so, my next question would be "Can I get a list of all the built-in classes?" and I see brian d foy got there a little over a year ago:

Re: augment again

2018-10-19 Thread Elizabeth Mattijsen
See also: https://stackoverflow.com/questions/52718499/how-to-correctly-augment-any > On 19 Oct 2018, at 03:52, Joseph Brenner wrote: > > I've got another question about aug--yes, I know--ment. > > I've got a module ides_of_augment.pm6: > > use MONKEY-TYPING; > augment class Any { >