in reply to unused labels should not halt compilation
$ perl label.pl syntax error at label.pl line 3, near "L001:" Execution of label.pl aborted due to compilation errors.
But I'm not really sure what the problem is. Maybe labels are only legal on blocks? But adding blocks only makes the error weirder:
syntax error at label.pl line 3, near "L001" "use" not allowed in expression at label.pl line 3, near "{ " Execution of label.pl aborted due to compilation errors.
-sam
|
|---|