"Paul Rogers [CE]" wrote:
        > 
                > > for ('A'..'Z') { print };
        > 
        > why even do all that?
        > 
        > just do:
        > 
        > print ('A'..'Z')

Hey, who needs parens?
        print 'A'..'Z'

-- 
Ned Konz



Hey, who needs quotes ?

        print A..Z   is all you need.

_____________________________________________
Bruno Bellenger
Sr. Network/Systems Administrator 


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to