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
    }