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

perltidy IF continuation indentation

by jaa (Friar)
on Oct 04, 2005 at 08:34 UTC ( [id://497155]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      return $ship->chargeWeapons( "phaser-canon" )
        if $encounter->description eq 'klingon'
          and $ship->firepower  >= $encounter->firepower
          and $location->status ne 'neutral';
    
  2. or download this
      return $ship->chargeWeapons( "phaser-canon" )
        if $encounter->description eq 'klingon'
        and $ship->firepower  >= $encounter->firepower
        and $location->status ne 'neutral';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-19 13:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found