Who can I tell what perl modules I have installed ?

2003-12-09 Thread ebone+perl
Is there an easy way to list out all the perl modules I have installed ? I can list out everything in /usr/lib/perl/ but i figure there must be a better way ? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Syntax a little funny ....

2003-12-08 Thread ebone+perl
I've just started trying to pick up a little perl. I'm breezing through "Learning Perl" and reading the perl docs. Here is some syntax I found a little funny, and I was hoping somebody could explain this too me: opendir(DIR, $some_dir) || die "can't opendir $some_dir: $!"; @dots = grep { /^\./ &&