--- Aaron Trevena <[EMAIL PROTECTED]> wrote: > running the example at > http://svn.pugscode.org/pugs/examples/algorithms/hanoi.pl > > parrot ~/downloads/parrot-0.5.1/languages/perl6/perl6.pbc hanoi.pl > > I get.. > > Null PMC access in isa() > current instr.: 'parrot;Perl6Object;make_proto' pc 55 > (src/gen_builtins.pir:76) > called from Sub 'parrot;Bool;onload' pc 378 > (src/gen_builtins.pir:308) > called from Sub 'parrot;Perl6::Compiler;main' pc -1 ((unknown > file):-1) > > Am I doing something wrong?
This line? my $ndisks := @*ARGS[0] // 3; I was rather under the impression that perl6 does not yet implement @*ARGS. Unfortunately, I not only cannot recall where I read that, I don't know where to look to verify that. Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Perl and CGI - http://users.easystreet.com/ovid/cgi_course/ Personal blog - http://publius-ovidius.livejournal.com/ Tech blog - http://use.perl.org/~Ovid/journal/