Help for this page

Select Code to Download


  1. or download this
    >perl -w tmp.pl
    Use of uninitialized value in print at tmp.pl line 25.
    me
    
  2. or download this
    sub Show_Me {
        my ($self) = @_;
    
        return $self->_Print_Me(); # <--
    }