Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re (tilly) 1: How does strict work?

by tilly (Archbishop)
on Feb 17, 2001 at 09:53 UTC ( [id://59094]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e 'print $^H'
    perl -e 'use strict; print $^H'
    ...
    perl -e 'use strict; {no strict; print $^H}'
    perl -e 'use strict; BEGIN {no strict; print $^H}'
    perl -e 'use strict; {no strict; BEGIN{ print $^H}}'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-28 16:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found