Re: [BangPypers] Python 3 book

2009-11-24 Thread Noufal Ibrahim
On Sun, Nov 22, 2009 at 5:23 PM, Praveen Kumar praveen.python.pl...@gmail.com wrote: [..] Programming in Python 3 (Second Edition): A Complete Introduction to the Python Language ISBN 0321680561 *http://www.qtrac.eu/py3book.html* [..] There's also http://diveintopython3.org/ -- ~noufal

Re: [BangPypers] How to retrieve current URL in CGI scripting

2009-11-24 Thread Praveen Kumar
You can try HTTP_REFERER but it depends on several things (browser, server, cgi-implementation etc.) On Tue, Nov 24, 2009 at 12:13 PM, Vivek Khurana hiddenharm...@gmail.comwrote: On Tue, Nov 24, 2009 at 10:09 AM, Vivek Rajendran vivekbes...@yahoo.com wrote: Hi, I would like to know