Help for this page

Select Code to Download


  1. or download this
    if ( $^O =~ /win32/) {
       get_userinfo_by_id_from_txtfile( $userid );
    ...
    }
    my $p_count_in_userinfo = count_p_in_array;
    report_p_count_at_interface( $p_count_in_userinfo, $reporting_interfac
    +e);
    
  2. or download this
    get_userinfo( $userid );
    my $p_count_in_userinfo = count_p_in_array;
    ...
      my $is_this_gnix = get_gnixiness_system;
      get_userinfo_on_system( $userid, $is_this_gnix );
    }