The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

while (<DATA>){ /^\s*$/ and next; /([\$\%\@])(\w+)/ or die "illegal variable name: $_"; my ($sigil, $id) = ($1, $2); #print "found $sigil $id\n";

1 POD Error

The following errors were encountered while parsing the POD:

Around line 30:

Unknown directive: =comment