Help for this page

Select Code to Download


  1. or download this
    sub average_hourly_wage{
        my $self = shift;
    ...
        
        return $count ? $wages / $count : 0;
    }
    
  2. or download this
    if ( my $e = $EmployeeList->find("holli") )
    {
    ...
    {
        print "User not found\n";
    }