Search   Feed   Browse   Add
Feed items 1 - 2 of 2 for November 2006

rafael's Journal

rafael's use Perl Journal

Neat Grammar Graphs - November 24, 2006

(Seen via LtU) Nobody wants to make a Perl grammar graph, similar to the ones found here for Ruby, JavaScript and Java Bonus points if you include a Perl 1 grammar and a Perl 5.9.4 or bleadperl grammar.
http://use.perl.org/~rafael/journal/31708?from=rss

New features in bleadperl - November 2, 2006

I added two features in bleadperl recently: new prototype character ! _ is just like $, except that it defaults to $_ :sub foo (_)     print "<_>n";foo(42); prints <42>foo(); equivalent to foo($_) And another one, you can now override readpipe() : BEGIN    CORE::GLOBAL::readpipe = sub($) ... qxfoo; calls the function with "foo" as argumentfoo; same thing
http://use.perl.org/~rafael/journal/31489?from=rss
Available Archives
- January (2 items)
- February (1 item)
- May (1 item)
- July (2 items)
- August (4 items)
- October (1 item)
- November (2 items)
- December (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact