in reply to Re: one line for combining line
in thread one line for combining line

Obfuscated code for me, absolutely! what does }{ mean? help! ;)




I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction

Replies are listed 'Best First'.
Re^3: one line for combining line
by ikegami (Patriarch) on Jul 06, 2010 at 04:09 UTC
    What comes after ends up outside the -n loop.
    $ perl -MO=Deparse -ne'f()' LINE: while (defined($_ = <ARGV>)) { f(); } -e syntax OK $ perl -MO=Deparse -ne'f() }{ g()' LINE: while (defined($_ = <ARGV>)) { f(); } { g(); } -e syntax OK
      Great! I've never known this module!




      I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction