Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Go to perl::critic (updated)

by haukex (Archbishop)
on Oct 06, 2019 at 17:26 UTC ( [id://11107101]=note: print w/replies, xml ) Need Help??

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)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11107101]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-23 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found