Help for this page

Select Code to Download


  1. or download this
    use Win32::API;
    
    ...
    my $ph = ' ' x 4;    # Required, but we do not use it
    
    #############################################################
    
  2. or download this
                if ( $linkList->[$x] =~ [pattern of the server that needs 
    +authentication] ) {
    
    ...
                    # ImpersonateLoggedOnUser($ph);
    
                }