Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: how to identify if module is using the c interface

by Anonymous Monk
on Jan 31, 2012 at 15:20 UTC ( [id://950999]=note: print w/replies, xml ) Need Help??


in reply to how to identify if module is using the c interface

Why would you care?

You could check

$ perl -MDDS -le " Dump\@DynaLoader::dl_modules " $ARRAY1 = [ 'B', 're', 'List::Util', 'B::Utils', 'Data::Dumper', 'IO', 'Fcntl', 'PadWalker', 'Data::Dump::Streamer', 'Hash::Util' ];

Replies are listed 'Best First'.
Re^2: how to identify if module is using the c interface
by Anonymous Monk on Jan 31, 2012 at 15:22 UTC
    $ perl -MDDS -le " print for grep /dll/i, %::" _<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/B/B.dll *main::_<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/B/B.dll _<C:/perl/site/5.14.1/lib/MSWin32-x86-multi-thread/auto/Data/Dump/Stre +amer/Streamer.dll *main::_<C:/perl/site/5.14.1/lib/MSWin32-x86-multi-thread/auto/Data/Du +mp/Streamer/Streamer.dll _<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/Hash/Util/Util.dll *main::_<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/Hash/Util/Ut +il.dll _<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/Fcntl/Fcntl.dll *main::_<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/Fcntl/Fcntl. +dll _<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/Data/Dumper/Dumper. +dll *main::_<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/Data/Dumper/ +Dumper.dll _<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/IO/IO.dll *main::_<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/IO/IO.dll _<C:/perl/site/5.14.1/lib/MSWin32-x86-multi-thread/auto/PadWalker/PadW +alker.dll *main::_<C:/perl/site/5.14.1/lib/MSWin32-x86-multi-thread/auto/PadWalk +er/PadWalker.dll _<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/re/re.dll *main::_<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/re/re.dll _<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/List/Util/Util.dll *main::_<C:/perl/5.14.1/lib/MSWin32-x86-multi-thread/auto/List/Util/Ut +il.dll _<C:/perl/site/5.14.1/lib/MSWin32-x86-multi-thread/auto/B/Utils/Utils. +dll *main::_<C:/perl/site/5.14.1/lib/MSWin32-x86-multi-thread/auto/B/Utils +/Utils.dll
      Where can i find the DDS module?
      I don't find it in cpan

Log In?
Username:
Password:

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

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

    No recent polls found