i have never used AppConfig::Getopt before...

Karl Kaufman wrote:

> For example:
> 
>   # test.pl -pagerdest [EMAIL PROTECTED]
> 
> Should result in:
> 
>   %pagerdest = {
>      'karl' => '[EMAIL PROTECTED]'
>   };

but are you sure you mean that? it means it should assign a hash reference 
to a hash. if you have -w turn on, you should see a warning. without -w, 
your %pagerdest will end up(silently) using the memeory address of the 
annom. ref as it's key and undef for it's value. how are you going to 
access 'karl'?

david

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to