Help for this page

Select Code to Download


  1. or download this
    Can't use string ("WM::Install::Table::ArchiveTbl") as a HASH ref whil
    +e "strict refs" in use 
    at /u08/pkg/wms/wmcmtools/modules/WM/Install/Table/ArchiveTbl.pm line 
    +192.
    
  2. or download this
    sub AUTOLOAD {
        my ($self, $newval) = @_;
    ...
        $AUTOLOAD =~ /.*::get(_\w+)/
            and $self->_accessible($1)
            and return $self->{$1};