RE: general confusion...

2002-09-03 Thread Andrew Metcalfe
Thanks everyone for the help. Once I understood what => and -> were doing, it all made perfect sense... I actually wasn't debugging, but enhancing a perl based open source app for our specific needs. Thanks, _Am > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTE

general confusion...

2002-09-02 Thread Andrew Metcalfe
I'm a MS and Java developer, trying to debug some perl code. I'm generally confused over a few syntax issues In the line: my $self = { LOCATION => { USERNAME => $options{user_field} || 'username', BILLING => $options{bill_field} || 'accounts',