Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How do tell Perl to break only on undef?

by choroba (Cardinal)
on Oct 22, 2017 at 09:20 UTC ( #1201832=note: print w/replies, xml ) Need Help??


in reply to How do tell Perl to break only on undef?

That's why Perl has defined:
while (defined( my $i = $t->get )) { print $i; };
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: How do tell Perl to break only on undef?
by myuserid7 (Scribe) on Oct 22, 2017 at 10:53 UTC

    I cannot believe I forgot defined
    Thanks!

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2023-09-24 17:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?