From: Jamie C. <jca...@we...> - 2004-07-17 01:02:54
|
On Sat, 2004-07-17 at 04:11, Michael Wray wrote: > 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. That's a nice idea - I will add an optional 5th parameter to the read_file function for specifying a different separate character, instead of the default of '='. - Jamie |