Help for this page

Select Code to Download


  1. or download this
     my %href;
     my ($uid) = @_;
    ...
            }
        }
        return \%href
    
  2. or download this
    sub getattrval {
        my ($hashref,$attr) = @_;
    ...
        }
        return undef;
    }