Re: displaying hash vlues

2006-03-12 Thread Tom Phoenix
On 3/12/06, Elliot Holden <[EMAIL PROTECTED]> wrote: > my %dept_and_names = ("Accounting", "John Montgomery", > "Customer Service", "Carol Jefferson", > "Customer Service", "Jill Paulo", > "Research and Development", "Jeffrey Johnso

Re: displaying hash vlues

2006-03-12 Thread John W. Krahn
Elliot Holden wrote: > this is my hash below: > > > my %dept_and_names = ("Accounting", "John Montgomery", > "Customer Service", "Carol Jefferson", > "Customer Service", "Jill Paulo", > "Research and Development", "Jeffrey Johnson", > "Accou

displaying hash vlues

2006-03-12 Thread Elliot Holden
this is my hash below: my %dept_and_names = ("Accounting", "John Montgomery", "Customer Service", "Carol Jefferson", "Customer Service", "Jill Paulo", "Research and Development", "Jeffrey Johnson", "Accountin