Help for this page

Select Code to Download


  1. or download this
    my $str = "auth_plugin_stack = a,b,EXT::USCC::USCCAuth,c,d"; # should 
    +return auth_plugin_stack = a,b,c,d
    
  2. or download this
    my $str = "auth_plugin_stack = EXT::USCC::USCCAuth"; # should return a
    +uth_plugin_stack = 
    my $str = "auth_plugin_stack = a,b,EXT::USCC::USCCAuth"; # should retu
    +rn auth_plugin_stack = a,b
    my $str = "auth_plugin_stack = EXT::USCC::USCCAuth,c,d"; # should retu
    +rn auth_plugin_stack = c,d