« A graphical tracer for Perl 6 regexes based on PCR | Main | Pugs now builds again from SVN. »

2008.07.31

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Maybe you could apply for a grant from the Perl foundation. The deadline is today (July 31), though.

I've just hacked up a quasiquoting module for Perl:

http://paste.ubuntu.org.cn/8886

So now we can write:

use Filter::QuasiQuote;
my $post_id = "'hello'";
print [:sql| select * from _columns where id = $post_id |];
print [:sql|
select *
from _columns
where id = $post_id |];

I think it will finally become a CPAN module in the near future...

It's great see this progress on Pugs again!

The comments to this entry are closed.

December 2015

Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

License