Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in subroutine entry at pkgalias.pl line 28.
    Undefined subroutine & called at pkgalias.pl line 28.
    
  2. or download this
    use strict;
    use warnings;
    ...
    #}
    print nz::p1();
    print "after nz::p1() run\n";
    
  3. or download this
    pz is$VAR1 = {
              "p1" => *pz::p1,
    ...
    Use of uninitialized value in subroutine entry at pkgalias.pl line 28.
    Undefined subroutine & called at pkgalias.pl line 28.