Re: Clumsy choice

2004-01-08 Thread John W. Krahn
Jan Eden wrote: > > Hi, Hello, > I wrote a script to update some websites based on a template system. The > script starts asking the user to choose a site to update: > > [script preamble omitted] > > my ($update_path, $site_root, $site_type); > > my %choice_hash = ( > 1 => 'janeden', >

Clumsy choice

2004-01-08 Thread Jan Eden
Hi, I wrote a script to update some websites based on a template system. The script starts asking the user to choose a site to update: [script preamble omitted] my ($update_path, $site_root, $site_type); my %choice_hash = ( 1 => 'janeden', 2 => 'gargnano', 3 => 'breskens', );