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

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

by Anonymous Monk
on Aug 11, 2005 at 13:55 UTC ( [id://482957]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        use strict;
        while ($str = <>) {
            print lc $str;
        }
    
  2. or download this
        print (1)
        qw /#/
        $foo + $bar
    
  3. or download this
        print +(1)
        qw /\#/
        ($foo || 0) + ($bar || 0)
    

Log In?
Username:
Password:

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

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

    No recent polls found