Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Perl + binary

by Generoso (Prior)
on Oct 30, 2013 at 22:06 UTC ( [id://1060458]=note: print w/replies, xml ) Need Help??


in reply to Perl + binary

There are no dumb questions, only dummies, that do not ask.

Replies are listed 'Best First'.
Re^2: Perl + binary (is module binary)
by Anonymous Monk on Oct 30, 2013 at 22:31 UTC

    Is there a quick & easy way to check if a module is pure-Perl, or is Perl+binary for both CPAN and core modules?

    No. Well kinda. Sure-fire-way is to look at he source.

    Cheap tricks

    $ perl -MCGI -MDBI -le " print for grep /CGI|DBI/, keys %:: " _<DBI.c _<DBI.pm _<DBI.xs _<C:/citrusperl/site/lib/auto/DBI/DBI.dll CGITempFile:: CGI:: DBI:: _<C:/citrusperl/lib/CGI/Util.pm

    so DBI.dll/DBI.xs/DBI.c means DBI is binary, lack of .c/.xs/.dll/.so means CGI is pure-perl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 17:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found