Re: List as a value of a hash???

2004-06-21 Thread Scott Stearns
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

Re: Exception Handling - Professionally

2004-06-10 Thread Scott Stearns
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

Exception Handling - Professionally

2004-06-08 Thread Scott Stearns
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