Re: dynamic arrays

2003-02-28 Thread Edmund
certainly looks complicated. You might also want to take a look at the Data::Dumper module to make sure your array of arrays is formed correctly. perldoc Data::Dumper Thanks for the pointers.. Edmund -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: dynamic arrays

2003-02-28 Thread Edmund
the Data::Dumper module to display the contents of @data: use Data::Dumper; print Dumper( [EMAIL PROTECTED] ); Thanks for the help! Very much appreciated. Edmund -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

perl confusion/ and passwd

2003-01-15 Thread Edmund
isn't easy. I d/led this tarball (that included the html files to change the password .. wwwpass.??.tar.gz) but since I don't have NDBM_FILE installed I couldn't run it. Any help very much appreciated. Edmund -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]