Please see response, inline:

At 17:26:25, on 12.31.03:
Cracks in my tinfoil beanie
allowed Rob Dixon to seep these bits into my brain:,
> 
> Hi Deb.

Hi Rob!

> Perl is trying to expand $2 in your string. Since Perl's $2 is undefined it
> gives you the warning (full marks for using -w but 'use strict' would help
> even more).

Ack!  Caught me again.  I guess I'm not paying attention!

> Change it to
> 
>   awk '{print \$2}'
> 
> and it should work for you.
> 
> HTH,

Yup, did.  You da man!

deb


-- 
                  o      _     _         _
          _o     /\_   _ \\o  (_)\__/o  (_)
        _< \_   _>(_) (_)/<_    \_| \   _|/' \/
       (_)>(_) (_)        (_)   (_)    (_)'  _\o_
               http://zapatopi.net/afdb.html







-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to