May 12, 2010 | Hacking on Ancient Perl: ExtUtils::ParseXS | Back Next |
In existing XS on CPAN, authors are permitted to write code like:
C-ish_string_with_$var_inside
ParseXS may use that inside an ''eval EXPR'':
eval "something . 'C-ish_string_with_$var_inside'";
continued...
Home Last TOC | Copyright © 2010 James E Keenan | Back Next |