Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^5: On Commenting Out 'use strict;'

by Limbic~Region (Chancellor)
on Aug 11, 2005 at 14:02 UTC ( [id://482960]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e "my $foo; my $bar = 3; $bar += $foo; print $bar"
    versus
    perl  -Mwarnings -e "my $foo; my $bar = 3; $bar += $foo; print $bar"
    
  2. or download this
    # ++ is a short cut for $foo = $foo + 1
    perl  -Mwarnings -e "my $foo; $foo++; print $foo"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-29 11:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found