Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

(Re:)**4 Can this If/Else be condensed into a 1 liner with a trailing If?

by bwana147 (Pilgrim)
on Oct 02, 2001 at 19:08 UTC ( [id://116148]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Can this If/Else be condensed into a 1 liner with a trailing If?
in thread Can this If/Else be condensed into a 1 liner with a trailing If?

Actually, whithin a while (<STDIN>) {...}, the $_ contains the trailing \n. So even though a line might contain a lone zero, it will indeed be "0\n", which is definitely true.

--bwana147

Replies are listed 'Best First'.
Re: (Re:)**4 Can this If/Else be condensed into a 1 liner with a trailing If?
by Anonymous Monk on Oct 02, 2001 at 21:28 UTC
    But a textfile could be malformed and missing the \n at the end of the last line (most Windows text editors forget to put a \n at the end of the last line) thus $_ could contain "0"
      The question wasn't "can <STDIN> return FALSE" but rather "isn't there some magic built into while(<STDIN>) that makes it test for definedness instead of truthfullness?"

      -Blake

Log In?
Username:
Password:

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

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

    No recent polls found