Unexpected Behavior in try/catch

2008-11-19 Thread Rob Wilkerson
The truth is that I know enough Perl to get by when I absolutely have to use it, so maybe this is the correct behavior, but having never seen it in any other language, I thought I'd post the question to the group and maybe learn something. I have a scenario where I need to try to insert a record i

Re: Missing Data in Hashref Returned By Subroutine

2007-11-05 Thread Rob Wilkerson
On 11/5/07, Tom Phoenix <[EMAIL PROTECTED]> wrote: > On 11/5/07, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > > > I can't find a way to reference a specific element ID member that > > works. > > Try printing out the full data structure so you can see what in

Re: Missing Data in Hashref Returned By Subroutine

2007-11-05 Thread Rob Wilkerson
On Nov 5, 7:07 am, [EMAIL PROTECTED] (Rob Wilkerson) wrote: > I'm working on a script that retrieves data from a database into a > hashref (using fetchall_hashref) and returns the hashref to the body > of the script before being used in a later subroutine. What seems to > be happ

Missing Data in Hashref Returned By Subroutine

2007-11-05 Thread Rob Wilkerson
{'26276'} } ) { print " key: $k, value: $v.\n"; } $get_ele_sth->finish(); return $eleref; } Any help would be very much appreciated. Thank you. Rob Wilkerson -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/