I could live with that, though I think I might prefer:if ( some_horribly_long_thing() && some_horribly_long_thing() && some_horribly_long_thing() && some_horribly_long_thing() && some_horribly_long_thing() ) { do_something(); }
#!/usr/bin/perl if ( some_horribly_long_thing() && some_horribly_long_thing() && some_horribly_long_thing() && some_horribly_long_thing() && some_horribly_long_thing() ) { do_something(); }
In reply to Re: bloated 'if' formatting
by runrig
in thread bloated 'if' formatting
by eff_i_g
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |