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 | |
by david2008 (Scribe) on Jan 31, 2012 at 15:33 UTC | |
by Anonymous Monk on Jan 31, 2012 at 15:38 UTC |