Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    package main;
    
  2. or download this
    my $src_pkg_name = 'PACKAGEA::PACKAGEB';
    my $dst_pkg_name = __PACKAGE__;
    ...
          $ref = *$src_sym_ref{CODE  }; *$dst_sym_ref = $ref if $ref;
       }
    }
    
  3. or download this
    print(@test, $/);
    print($test, $/);
    print(%tset, $/);
    print($PI, $/);