On 21 Jun 2004, you wrote in perl.beginners:
> Have a question regarding hashes. Lets say I wanted a list as one of
> the values in my hash for the reason that I would want to constantly
> push values into that list. ..
> $dataHash{"$fileName"}{count} = 1;
> $dataHash{"$fileName"}{increment} = pus
On 08 Jun 2004, you wrote in perl.beginners:
> Greetings,
>
> For you professional Perl programmers: how do you approach
> exception-handling in the your world? I know there are a lot of ways
> Perl gives us to do this: basic 'die', eval'ing blocks of code and the
> Exception.pm module but is the
Greetings,
For you professional Perl programmers: how do you approach
exception-handling in the your world? I know there are a lot of ways Perl
gives us to do this: basic 'die', eval'ing blocks of code and the
Exception.pm module but is there a standard in the real world for handling
exceptions? I