Help for this page

Select Code to Download


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