Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

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

by tobyink (Canon)
on Nov 09, 2019 at 14:54 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 06:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found