Help for this page

Select Code to Download


  1. or download this
    use Perl::Critic;
    
    ...
    my $critic = Perl::Critic->new();
    my @violations = $critic->critique( $file );
    print @violations;
    
  2. or download this
    criticize mytest.pl
    
  3. or download this
    Variable declared in conditional statement at line 9, column 1. Declar
    +e variables outside of the condition.