Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: $1 not "freezing" in an addition

by tobyink (Canon)
on Dec 14, 2012 at 12:32 UTC ( [id://1008827]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings FATAL => 'all';
    ...
    );
    
    done_testing;
    
  2. or download this
    use strict;
    use warnings FATAL => 'all';
    ...
    }
    
    print foo + bar, "\n";
    
  3. or download this
    foo just happened
    bar just happened
    42
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-24 02:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found