From: Michael W. <mw...@s4...> - 2004-07-16 18:07:12
|
I have added to similar functions for a product that uses ": " as the delimeter instead of "=", can the functions be rewritten to take a regex or scalar paramater ala "perlfunc split" and if the parameter is not passed, it assumes a default of "="? (Adds more functionality, as some programs that I use force another delimeter instead of the standard "=")...if no, then I will rewrite the function as I need it and source it from another lib. |