"Xah Lee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
--
> in perl, i don't think there is one way to
> list available modules.
>
I'm torn between knowing that I shouldn't feed trolls, and my hatred of
leaving faulty information about Perl unchecked, where
On Tuesday 25 Jan 2005 17:50, Dan Perl wrote:
> I was wrong. He is just crossposting to the newsgroups without having
> them as members of the group.
>
> I wish there was a good way like that to stop these daily postings!
>
You can just filter on [perl-python]
Pete
--
http://mail.python.org/mai
I was wrong. He is just crossposting to the newsgroups without having them
as members of the group.
I wish there was a good way like that to stop these daily postings!
Dan
"Dan Perl" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I sent the following feedback message to Yahoo! G
I sent the following feedback message to Yahoo! Groups about this abusive
use of their service.
Feel free to also report this as an abuse of the Yahoo! Groups service until
the problem is resolved.
Dan
---
As the owner of the perl-python group, p0lyglut (aka Xah Lee), has added two
ne
# -*- coding: utf-8 -*-
# Python
# some venture into standard modules
import os
# print all names exported by the module
print dir(os)
# print the module's online manual
print help(os)
# the above is also available in
# interactive mode in Python terminal
# example of using a function
print 'c