Hi,

Why does the order of these options matter?  In the first case, no output is
produced, but it works correctly in the second case.  I would have thought
perl would have been smart enough to parse the command line options in any
order.....


$ nslookup someServer | perl -en 'print qq($_);'

$ nslookup someServer | perl -ne 'print qq($_);'
Name Server:  dns.myCompany.com
Address:  10.18.68.22

Trying DNS
Name:    someServer.myCompany.com
Address:  10.193.20.200



TIA

-Jeff


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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

Reply via email to