Re: general confusion...

2002-09-03 Thread Dharmendra Rai
yeah u r right. - Get a bigger mailbox -- choose a size that fits your needs.

Re: general confusion...

2002-09-03 Thread drieux
On Tuesday, September 3, 2002, at 08:26 , Andrew Metcalfe wrote: [..] > Once I understood what => and -> were doing, it all made perfect sense... [..] thanks for reminding those who have forgotten that while "=>" may appear to be what in perl is ">=" { greater than or equal } it is really a "thi

RE: general confusion...

2002-09-03 Thread Andrew Metcalfe
> [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 03, 2002 9:27 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: general confusion... > > > I am a beginner, so list members -- correct me if I'm wrong here, but I > think that the mathematical symbols

Re: general confusion...

2002-09-03 Thread shawn_milochik
L PROTECTED] cc: 09/02/2002 bcc: 02:28 PM Subject:

Re: general confusion...

2002-09-03 Thread Janek Schleicher
Andrew Metcalfe wrote at Mon, 02 Sep 2002 20:28:43 +0200: > I'm a MS and Java developer, trying to debug some perl code. Perl is *very* different to Java. Better start with a Perl tutorial. Please look also first to the excellent answer of Jeff, as I won't re-explain what Jeff already has done.

Re: general confusion...

2002-09-02 Thread Jeff 'japhy' Pinyan
On Sep 2, Andrew Metcalfe said: >I'm a MS and Java developer, trying to debug some perl code. If you're not a Perl programmer, you'll probably have some difficulties. >my $self = { >LOCATION => { >USERNAME => $options{user_field} || 'username', >BILLING => $o

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',