in reply to Re: trouble modifying add_record subroutine
in thread trouble modifying add_record subroutine
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 |