Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: Strict and warnings: which comes first?

by tobyink (Canon)
on Nov 09, 2019 at 14:54 UTC ( #11108514=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use v5.16;
    use strict;
    ...
    package Foo::Bar 1.2 {
       ...;
    }
    
  2. or download this
    use v5.16;
    use strict;
    ...
       ...;
       my $addr = Scalar::Util::refaddr($ref);   # use fully-qualified nam
    +e because not imported
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others studying the Monastery: (3)
As of 2023-09-22 18:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?