On Tue, 12 Nov 2002, at 9:19pm, [EMAIL PROTECTED] wrote:
> You should have done:
> 
> % perl -e 'print("Hello, World!\n");'

  How boring.  ;-)  How about

perl -e 'for $i (72,101,108,108,111,44,32,119,111,114,108,100,33,10) {
        print chr($i) }'

  I'm sure some Perl hacker possessing more than my meager abilities with
Perl (read: Kevin Clark) will come up with something even better.  ;-)

-- 
Ben Scott <[EMAIL PROTECTED]>
| The opinions expressed in this message are those of the author and do not |
| necessarily represent the views or policy of any other person, entity or  |
| organization.  All information is provided without warranty of any kind.  |


_______________________________________________
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to