Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Perl::Critic and Perl::Tidy

by InfiniteLoop (Hermit)
on May 25, 2007 at 16:15 UTC ( [id://617529]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #internal method to get file content of this commit
    my $content = read_file_content($file_name);
    ...
        print STDERR "[$file_name] " . $crit->to_string . "\tsource: " . 
    $crit->source . "\n";
    }
    
  2. or download this
    [CodeLayout::RequireTidyCode]
    perltidyrc = /svn/hooks/perltidy.conf
    
  3. or download this
    -bl     # braces on new lines
    -l=80 #80 col width
    -i=4  #4 char per indent
    -ce    # cuddled else
    
  4. or download this
    ....
    if(1)
    ...
     print "2";
    }
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-03-28 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found