in reply to Re^2: perl one liner to print a line
in thread perl one liner to print a line

perl -ne'4..4&&print'

Replies are listed 'Best First'.
Re^4: perl one liner to print a line
by ikegami (Patriarch) on Dec 12, 2008 at 07:28 UTC
    Not equivalent. We spent many chars exiting after four lines. I still have you beat anyway.