I didn't mean CGI, only standart types.
JupiterHost.Net wrote:
>>CGI is a module, earlier
>>wrote and stored in a separate files. I don't mean such objects.
>> >>
>
>And Python objects live where -- the sky? The stars?
> >
To create $cgi = new CGI you should make declaration "use CGI", shouldn't you? I meant only this
Err, you keep arguing about pointless things:
#!/usr/local/bin/python import cgi cgi.test() ...
Does "cgi.test()" still work without the "import cgi" ?
-- --------------------- Nicolay A. Vasiliev
http://www.spamliquidator.com - Real spam fighter http://www.soft411.com - Excellent soft archive
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
