Re: NativeCall bug: can't find final ')'

2020-01-02 Thread ToddAndMargo via perl6-users
*From:* ToddAndMargo via perl6-users *Sent:* Tuesday, December 31, 2019 8:53 PM *To:* perl6-users *Subject:* NativeCall bug: can't find final ')' perl6 -I. -e "use WinReg :WinReadRegKey; say WinReadRegKey( HKEY_LOCAL_MA

Re: NativeCall bug: can't find final ')'

2020-01-02 Thread Andy Bach
Just a guess, but isn't it possible that this is a quoting problem? Doing work from the Winx cmd line and trying to match up the single/double quote/multi-line mess is a way towards madness ... if you put your "-e" program in a file and run that, do you get a different error? Just my 2 cents,