Help for this page

Select Code to Download


  1. or download this
        Use of uninitialized value in subroutine entry at ...
    and
        Can't use string ("") as a subroutine ref while "strict refs" in u
    +se at ...
    
  2. or download this
    sub A {
        if ( exists $OBJ->{$p} ) {
    ...
          return $y;
      };
    }