NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Grammar example not working (Score:1)
Re: (Score:1)
In interactive mode, if you try and do that it won't work out, since it doesn't recognize that an opening { means that it should wait for more input before attempting to parse. You need to change the last three lines to be on one, like:
if "100s of 1000s" ~~ Many { say $/ }
Otherwise, not sure why it isn't working for you - I've just svn up'd and it runs here (tried it in interactive mode and as a file
Re:Grammar example not working (Score:1)
Reply to This
Parent
Re: (Score:1)
Sorry 'bout that. Seems HTML is harder than compiler writing...
Re: (Score:1)