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.
C feature (Score:2)
is a standard C feature, so in XS-generated C code it's understood by the C preprocessor. (lex, yacc and other code generators make extensive use of this feature.)
A little-known fact is that perl actually understands this kind of comments as well.
Extracting tests (Score:2)
#line 500 foo.pm
is really handy when you've extracted tests from several sources into one .t