http://www.perlmonks.org?node_id=266647


in reply to Mandatory indenting

How does this handle arbitrary line breaks? Say I do something like:
$foo = "bar"; $return_code = xyzzy($parm_value[$index_counter], "This is the page title", $someothervalue); if ($return_code)
I don't like forced indentation and layout rules, because they often destroy readabiity.

Replies are listed 'Best First'.
Re: Re: Mandatory indenting
by Juerd (Abbot) on Jun 17, 2003 at 21:49 UTC

    How does this handle arbitrary line breaks?

    That fails.

    Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }

    A reply falls below the community's threshold of quality. You may see it by logging in.