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