Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Minimal Perl

by Joost (Canon)
on Oct 28, 2006 at 15:01 UTC ( [id://581083]=note: print w/replies, xml ) Need Help??


in reply to Minimal Perl

Well, you could kick out all the documentation and probably most modules. The list below is probably a good starting list of modules you'll need:

perl -Mstrict -Mwarnings -MFile::Copy -mFile::Path -e'print "$_\n" for + sort keys %INC' Carp.pm Config.pm Exporter.pm File/Basename.pm File/Copy.pm File/Path.pm File/Spec.pm File/Spec/Unix.pm re.pm strict.pm vars.pm warnings.pm warnings/register.pm
Also, as far as I know the "architecture" is the architecture your perl is build for, not the arch it was build on. That probably means you can't reliably run i686 perl on i586 at all. You might want to build a 486 perl if you're concerned about portability.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://581083]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-29 11:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found