in reply to Re: Re: Re: Re^2: NO PERL 6
in thread NO PERL 6
So, will this code die 50% of the time?
{ $type = ('hex','oct')[rand 2]; eval qq[ rule Perl::Literals::$type::number { {die 'this base no longer exists'} } ]; print 0o017; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: NO PERL 6
by Elian (Parson) on Dec 10, 2002 at 23:06 UTC | |
by jryan (Vicar) on Dec 10, 2002 at 23:26 UTC | |
by Elian (Parson) on Dec 10, 2002 at 23:29 UTC |