On Fri, 25 Jun 2004, Parv wrote:
Perl: perl -e 'print +(17 * 36)'
Or just
perl -e 'print 17 * 36'
but for neatness
perl -e 'print 17 * 36, "\n"'
-Warren Block * Rapid City, South Dakota USA _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"