Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Why no warnings for 1 in void context?

by tlm (Prior)
on Jul 17, 2005 at 12:58 UTC ( [id://475559]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    % perl -wce 0
    -e syntax OK
    
  2. or download this
    % perl -wce '( 1, 0, undef, , "di foo", "ds bar", "ig baz" )'
    -e syntax OK
    
  3. or download this
    0 until ....
    
  4. or download this
    1 while some_condition_with_side_effects;
    
  5. or download this
    0 while some_condition_with_side_effects;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (1)
As of 2024-04-18 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found