This is what we use to get things to our local whitesmiths-y variant (I've of course got another version that puts things back to a proper form so I can read them . . . :)

--nocheck-syntax --warning-output --maximum-line-length=78 --indent-columns=3 --continuation-indentation=3 --indent-closing-paren --nooutdent-long-lines --nooutdent-labels --space-for-semicolon --brace-left-and-indent --brace-left-and-indent-list="if elsif else unless for foreach sub whi +le until do continue : BEGIN END CHECK INIT AUTOLOAD DESTROY" --paren-vertical-tightness=1 --paren-vertical-tightness-closing=1 --square-bracket-vertical-tightness=1 --square-bracket-vertical-tightness-closing=1 --brace-vertical-tightness=1 --brace-vertical-tightness-closing=1 --line-up-parentheses --break-at-old-comma-breakpoints --long-block-line-count=2 --maximum-consecutive-blank-lines=2 -wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= && += -= /= |= >>= ||= .= %= ^= x="

The cake is a lie.
The cake is a lie.
The cake is a lie.


In reply to Re^3: Perl Tidy Question by Fletch
in thread Perl Tidy Question by jk2addict

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.