At 02:41 AM 08/20/2001, Mel Matsuoka wrote:


>        td( [ 'First Name', $hashref->{'Firstname') ] ),
>        td( [ 'Last Name', $hashref->{'Lastname') ] ),
>        td( [ 'Phone Number', $hashref->{'Phonenum') ] ),

Of course that should read:

      td( [ 'First Name', $hashref->{'Firstname'} ] ),
      td( [ 'Last Name', $hashref->{'Lastname'} ] ),
      td( [ 'Phone Number', $hashref->{'Phonenum'} ] ),

i.e. closing braces around the hash key, instead of a parenthesis...

2:45 am....its too damn early in the morning to be punctuating lucidly....

mel


--
mel matsuoka                    Hawaiian Image Productions
Chief Executive Alphageek              (vox)1.808.531.5474
[EMAIL PROTECTED]                  (fax)1.808.526.4040

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to