From: chenlin rao <rao.chen...@gmail.com>
To: beginners@perl.org 
Sent: Monday, 18 February 2013 12:43 PM
Subject: Where can I find the list of modules distributed by perl core?

Or how can I know whether one module like YAML is such a core module?

I need to write some perl scripts used for hadoop map/reduce streaming, so
I donot want to use extra modules exists in my own computer.



Hi Chenlin,

You can use corelist to find out if it is part of standard distribution or not.


>corelist XML::DOM

XML::DOM was not in CORE (or so I think)

>corelist IO::File

IO::File was first released with perl 5.00307

>corelist strict

strict was first released with perl 5

best,

Shaji 
-------------------------------------------------------------------------------
Your talent is God's gift to you. What you do with it is your gift back to God.
-------------------------------------------------------------------------------

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to