Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: No warning when assiging to a variable

by McA (Priest)
on Aug 16, 2013 at 20:46 UTC ( [id://1049790]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while(my $line = <>) {
       do_something($line);
    }
    
  2. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
    int get_val(void) {
        return(1);
    }
    
  3. or download this
    warning.c: In function 'main':
    warning.c:11: warning: suggest parentheses around assignment used as t
    +ruth value
    

Log In?
Username:
Password:

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

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

    No recent polls found