- or download this
Characters: '"'
Comments: /* " */
C++ comments: // "
- or download this
my $parser= qr{
\G # Don't skip anything
...
warn "Ignoring unexpected character ($char) in ($context)"
+;
}
}
- or download this
#define ctrl(char) ( 'char' & 31 )
- or download this
#!/usr/bin/perl -p0777 -i.org
...
$1;
}
}g;
- or download this
use strict;
use warnings;
...
printf qq[%8d: "%s"\n], 1+$i, $strings[$i];
}
}