in reply to Re: trouble modifying add_record subroutine
in thread trouble modifying add_record subroutine

Thanks filter() just removes any instance of the delimiter in text.
Your solution sounds simple. Can you please give me an example.
sub filter{ $temp = $_[0]; $temp =~ s/\:://; # Remove :: delimiter symbols in text. return ($temp); }

Replies are listed 'Best First'.
Re: Re: Re: trouble modifying add_record subroutine
by kabel (Chaplain) on Sep 10, 2002 at 18:14 UTC
    sorry, my thoughts were not _that_ far. in germany i would say "asche auf mein haupt" - again sorry i cannot translate that...