Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Perl formating

by kvale (Monsignor)
on Apr 27, 2006 at 00:02 UTC ( [id://545913]=note: print w/replies, xml ) Need Help??


in reply to Perl formating

BBEdit has the ability run both applescripts and perl programs. If I wanted to to this, I would install Perltidy and write a small script to run Perltidy on the current buffer. The excellent BBEdit documentation should be able to show you how to do this.

-Mark

Replies are listed 'Best First'.
Re^2: Perl formating
by bowei_99 (Friar) on Apr 27, 2006 at 06:29 UTC
    Yup, and as an initialization file for perltidy, you could use the perltidyrc from Perl Best Practices. You can download the examples here. The following text is what's in that perltidyrc:

    -l=78 # Max line width is 78 cols -i=4 # Indent level is 4 cols -ci=4 # Continuation indent is 4 cols -st # Output to STDOUT -se # Errors to STDERR -vt=2 # Maximal vertical tightness -cti=0 # No extra indentation for closing brackets -pt=1 # Medium parenthesis tightness -bt=1 # Medium brace tightness -sbt=1 # Medium square bracket tightness -bbt=1 # Medium block brace tightness -nsfs # No space before semicolons -nolq # Don't outdent long quoted strings -wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= && += -= /= |= >>= ||= .= %= ^= x=" # Break before all operators

    -- Burvil

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (8)
As of 2024-04-23 12:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found