For all those curious about Joel's sig, but too cautious to run it and not enough time to figure it out, it's his email address.

Since this is a Python community, the equivalent is:

print ''.join([chr(ord(x)-1) for x in 'kpfmAdpoofdufevq/dp/vl'])

=)

Joel Merrick wrote:
Really enjoying the book, but I feel the printer crop marks are really annoying.

Is there any way to remove them?


--
$ echo "kpfmAdpoofdufevq/dp/vl" | perl -pe 's/(.)/chr(ord($1)-1)/ge'




-- 
Timothy Farrell <[EMAIL PROTECTED]>
Computer Guy
Statewide General Insurance Agency (www.swgen.com)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---



Reply via email to