xiaoyafeng has asked for the wisdom of the Perl Monks concerning the following question:
Why does not the second statement toss a error? or is it a feature?C:\parrot>perl6 -e "my IO $fh;" get_bool() not implemented in class 'IO' current instr.: 'parrot;PCT::HLLCompiler;command_line' pc 1311 (src\PC +T\HLLCompi ler.pir:711) called from Sub 'parrot;Perl6::Compiler;main' pc 11945 (perl6.pir:173) C:\parrot>perl6 -e "my IO $fh; say $fh.WHAT;" IO
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: A small question about perl6
by ikegami (Patriarch) on Jun 18, 2008 at 15:07 UTC | |
by chromatic (Archbishop) on Jun 18, 2008 at 21:40 UTC | |
|
Re: A small question about perl6
by Anonymous Monk on Jun 18, 2008 at 07:40 UTC | |
by xiaoyafeng (Deacon) on Jun 18, 2008 at 07:53 UTC | |
|
Re: A small question about perl6
by jethro (Monsignor) on Jun 18, 2008 at 11:04 UTC |