Help for this page

Select Code to Download


  1. or download this
    if ($line =~ /Entering UPAuthModule::authenticate/ .. /Sending Invalid
    + credential/ )
    
  2. or download this
    if ( ( $line =~ /Entering UPAuthModule::authenticate/ ) .. ( $line =~ 
    +/Sending Invalid credential/ ) )
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
          or warn;
    
    }