interaction between tr and s (was Re: tr question -- probably wrong list to ask, but ...)

2007-12-01 Thread Joel Rees
Okay, given the following (without all the debugging code I had in earlier): # The code that grabs the parameters: my $qString = $ENV{'QUERY_STRING'}; my @list = split( '', $qString, 10 ); my %queries = (); foreach my $pair ( @list ) { my ( $key, $value ) = split( '=', $pair, 2 );

Re: interaction between tr and s (was Re: tr question -- probably wrong list to ask, but ...)

2007-12-01 Thread Doug McNutt
At 17:03 +0900 12/1/07, Joel Rees wrote: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: [EMAIL PROTECTED] Content-Transfer-Encoding: 7bit From: Joel Rees [EMAIL PROTECTED] At 11:43 +0900 12/1/07, Joel Rees wrote: Content-Type: text/plain; charset=ISO-2022-JP;