Re: perl load of external librarie (unix/linux)

2007-09-01 Thread Kermit Tensmeyer_semipublic
On Aug 29, 7:22 pm, [EMAIL PROTECTED] (Tom Phoenix) wrote: > On 8/28/07, Kermit Tensmeyer <[EMAIL PROTECTED]> wrote: > > > I can see > > from the error that the required library did not get loaded. > > What did you do to try to load it? > > > How does it know where the library is located? > > I th

Re: store more values in a hash array

2007-08-29 Thread Kermit Tensmeyer_semipublic
On Aug 27, 2:36 am, [EMAIL PROTECTED] (Andreas Moroder) wrote: > Hello, > > I have to store more then one value in a hash array. I tried to store a > array as value in the hash. But when I try to retrieve it I don't get the > array I have stored. > > Can anyone please help me. $a{val1} = "a1";