Re: hash problems

2003-12-13 Thread jdavis
On Fri, 2003-12-12 at 23:58, John W. Krahn wrote: > Jdavis wrote: > > > > Hello, > > Hello, > > > I have a script that gets items and corresponding price from a web > > site. all goes well until i put the item and price in a hash. When i try > > to print key and value from the hash it comes out

Re: hash problems

2003-12-13 Thread John W. Krahn
Jdavis wrote: > > Hello, Hello, > I have a script that gets items and corresponding price from a web > site. all goes well until i put the item and price in a hash. When i try > to print key and value from the hash it comes out all weired. Could some > one take a look and see what im doing wron

RE: hash problems

2003-12-12 Thread Charles K. Clarkson
jdavis <[EMAIL PROTECTED]> wrote: : : Hello, : I have a script that gets items and corresponding price from : a web site. all goes well until i put the item and price in : a hash. When i try to print key and value from the hash it : comes out all weired. Could some one take a look and see : what i

Re: hash problems

2003-12-12 Thread Wiggins d'Anconia
jdavis wrote: Hello, I have a script that gets items and corresponding price from a web site. all goes well until i put the item and price in a hash. When i try to print key and value from the hash it comes out all weired. Could some one take a look and see what im doing wrong. thanks, #! /usr/bin