[EMAIL PROTECTED] wrote:
>>>I am coming to Python from Perl. Does Python have 
>>>anything like the diamond operator found in Perl?
> 
> 
> 
>>Python includes a module called 'fileinput' that does sorta this:
>>   http://www.python.org/doc/lib/module-fileinput.html
>>If you have more questions, please feel free to ask.  
>>Good luck to you!
> 
> 
> Thanks, Danny. Is this module included with Python or will I have to download 
> it? 

It is included as part of the standard library (as are all the modules in the 
doc Danny referenced).

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to