Help for this page

Select Code to Download


  1. or download this
    my $str = "auth_plugin_stack = a,b,EXT::USCC::USCCAuth,c,d";
    $str =~ s/,EXT::USCC::USCCAuth(?=,)//;
    print "$str\n";
    
  2. or download this
    auth_plugin_stack = a,b,c,d