Help for this page

Select Code to Download


  1. or download this
    package Perl::Critic::Policy::ControlStructures::ProhibitGotoLabel;
    use warnings;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
    goto LABEL used at line 16, column 1.  Considered bad practice.  (Seve
    +rity: 3)
    goto LABEL used at line 24, column 10.  Considered bad practice.  (Sev
    +erity: 3)
    goto LABEL used at line 27, column 1.  Considered bad practice.  (Seve
    +rity: 3)