in reply to Re: Re: Re: Interchanging hash values
in thread Interchanging hash values
sub insert_end_relative { my ($string, $pos, $insert) = @_; substr ($string, $pos || length $string) = $insert }
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Interchanging hash values
by BrowserUk (Patriarch) on Apr 20, 2003 at 01:38 UTC | |
by Abigail-II (Bishop) on Apr 20, 2003 at 01:51 UTC | |
by BrowserUk (Patriarch) on Apr 20, 2003 at 02:27 UTC |