Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plxload(1p) [debian man page]

PLXLOAD(1p)						User Contributed Perl Documentation					       PLXLOAD(1p)

NAME
plxload - show what files a perl program loads at compile time SYNOPSYS
$ plxload DESCRIPTION
This program is used to show what modules a program would load at compile time via "use". Because this installs an at-exit handler and then uses Perl's -c flag for compile only, it will not find modules loaded at run-time. Use the Devel::Loaded module for that. EXAMPLES
$ plxload perldoc /usr/local/devperl/lib/5.00554/Exporter.pm /usr/local/devperl/lib/5.00554/strict.pm /usr/local/devperl/lib/5.00554/vars.pm /usr/local/devperl/lib/5.00554/i686-linux/Config.pm /usr/local/devperl/lib/5.00554/Getopt/Std.pm $ plxload /usr/src/perl5.005_54/installhtml /usr/local/devperl/lib/5.00554/Carp.pm /usr/local/devperl/lib/5.00554/Exporter.pm /usr/local/devperl/lib/5.00554/auto/Getopt/Long/autosplit.ix /usr/local/devperl/lib/5.00554/strict.pm /usr/local/devperl/lib/5.00554/vars.pm /usr/local/devperl/lib/5.00554/Pod/Functions.pm /usr/local/devperl/lib/5.00554/Getopt/Long.pm /usr/local/devperl/lib/5.00554/i686-linux/Config.pm /usr/local/devperl/lib/5.00554/lib.pm /home/tchrist/perllib/Pod/Html.pm /usr/local/devperl/lib/5.00554/Cwd.pm /usr/local/devperl/lib/5.00554/AutoLoader.pm SEE ALSO
Devel::Loaded and pmload(1). AUTHORS and COPYRIGHTS Copyright (C) 1999 Tom Christiansen. Copyright (C) 2006-2008 Mark Leighton Fisher. This is free software; you can redistribute it and/or modify it under the terms of either: (a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or (b) the Perl "Artistic License". (This is the Perl 5 licensing scheme.) Please note this is a change from the original pmtools-1.00 (still available on CPAN), as pmtools-1.00 were licensed only under the Perl "Artistic License". perl v5.10.1 2010-02-22 PLXLOAD(1p)

Check Out this Related Man Page

PMDIRS(1p)						User Contributed Perl Documentation						PMDIRS(1p)

NAME
pmdirs - print out module directories DESCRIPTION
This just prints out the current @INC path, one directory per line. This is for people who don't want to parse through "perl -V" output or hack up their own calls to "perl -e". EXAMPLES
$ pmdirs /home/tchrist/perllib/i686-linux /home/tchrist/perllib /usr/local/devperl/lib/5.00554/i686-linux /usr/local/devperl/lib/5.00554 /usr/local/devperl/lib/site_perl/5.00554/i686-linux /usr/local/devperl/lib/site_perl/5.00554 . This also works for alternate version of Perl: $ filsperl -S pmdirs /home/tchrist/perllib /usr/local/filsperl/lib/5.00554/i686-linux-thread /usr/local/filsperl/lib/5.00554 /usr/local/filsperl/lib/site_perl/5.00554/i686-linux-thread /usr/local/filsperl/lib/site_perl/5.00554 . SEE ALSO
perlrun(1), perlvar(1), lib(3) AUTHORS and COPYRIGHTS Copyright (C) 1999 Tom Christiansen. Copyright (C) 2006-2008 Mark Leighton Fisher. This is free software; you can redistribute it and/or modify it under the terms of either: (a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or (b) the Perl "Artistic License". (This is the Perl 5 licensing scheme.) Please note this is a change from the original pmtools-1.00 (still available on CPAN), as pmtools-1.00 were licensed only under the Perl "Artistic License". perl v5.10.1 2010-02-22 PMDIRS(1p)
Man Page

15 More Discussions You Might Find Interesting

1. Programming

about perl

Hi, somebody told me that if you want to use the perl languege then the interpreter of perl should be place like /usr/local/bin/perl1 but in my linux/unix system it is not their.So can i use it or not.If i can use it then how? (4 Replies)
Discussion started by: at_renai2001
4 Replies

2. UNIX for Advanced & Expert Users

replacing corrupt /tmp dir..

dear unix members... i have just got done dealing with the worst problem i have dealt with in my two years of unix... on my fedora core 3 2.6.9-1.667 #1 Tue Nov 2 14:41:25 EST 2004 i686 i686 i386 GNU/Linux... the /tmp directory went stale about a month ago.. i had both gnome desktop anf kde... (6 Replies)
Discussion started by: moxxx68
6 Replies

3. HP-UX

unixODBC - Problems in the execution of isql

I installed the unixODBC driver but when I execute isql, returns the following error: ----- ERROR ----- Can't open lib '/usr/local/lib/libmyodbc3.sl' : Call to mmap() failed - TEXT /usr/local/lib/libmyodbc3.sl ERROR: Could not SQLConnect ----- DRIVER ----- /usr/local/lib usrv45: ls -la... (11 Replies)
Discussion started by: paulexpert
11 Replies

4. UNIX for Dummies Questions & Answers

How to know the program 'perl' is installed ?

Hi, How can I know the perl interpreter is installed in the system? When I type 'find / -name perl -print 2>/dev/null', there is 6 lines listing: /usr/local/bin/perl /usr/bin/perl /usr/lib/perl-5.8.0/bin/perl /usr/opt/IAFW310/PERL/perl /usr/opt/IAFW310/PERL/t/perl... (3 Replies)
Discussion started by: zp523444
3 Replies

5. Programming

Object File Error

Hi, I've tried to compile a program I wrote with a Makefile, yet it returns an error: <<<test_log>>> itest_log.o /sr/local/bin/gcc -o test_log.o -I ../../../include -L ../../../lib -llog_mgr sh: itest_log.o: execute permission denied Error code 1 make: Fatal error: Command failed for... (3 Replies)
Discussion started by: Stevhp
3 Replies

6. Programming

dynamic linking

Hi, Could any one tell me solution for this. i have a library in my /usr/lib and latest in /myhome/lib/ (thay differ functionality symbols my application uses symbols from latest lib). when compile and link my application , every thing goes fine but when running the application ld... (4 Replies)
Discussion started by: Raom
4 Replies

7. Programming

compile a c program

I am trying to compile a c program on AIX 5.3L 64-bit unix. I have used this program in the past and it works. Does anybody know what this error means? /usr/local/bin> gcc get_epoch_secs.c get_epoch_secs gcc: get_epoch_secs: No such file or directory get_epoch_secs.c: In function... (8 Replies)
Discussion started by: djehresmann
8 Replies

8. AIX

nmon problem

When i run nmon i get the following error ./nmon12e_aix527 -fT -s 60 -c 300 & oslevel is 5200-09-00 exec(): 0509-036 Cannot load program /usr/lib/drivers/nfs_kdes.ext because of the following errors: but does not print error. (5 Replies)
Discussion started by: vjm
5 Replies

9. Programming

compile fails in linux ... "No rule to make target" ... HELP

hello all, attached you can find a tool (written in C) that i really need to make it compile under linux i am able to compile and run it successfully in mac os x, but in linux the compilation fails the only thing that i did so far is to change the following #include <sys/malloc.h> to... (13 Replies)
Discussion started by: OneDreamCloser
13 Replies

10. UNIX for Dummies Questions & Answers

Filtering a file

I have a list of directories looking something like; /usr/local/1/in /usr/local/1/out /usr/local/1/archive /usr/local/2/in /usr/local/2/out /usr/local/2/archive /usr/local/3/in /usr/local/3/out /usr/local/3/archive Is there a way I can filter the out and archive directories so I... (5 Replies)
Discussion started by: JayC89
5 Replies

11. UNIX for Dummies Questions & Answers

/usr/local/lib is not searched by ld-linux.so by default?

it seems that /usr/local/lib is not searched by ld-linux.so by default in fedora14. If so, why some software put its lib files in /usr/local/lib? eg: glib and gtk+. (6 Replies)
Discussion started by: vistastar
6 Replies

12. Red Hat

Disk performance problem on login

Running CentOS 5.5: I've come across a relatively recent problem, where in the last 2 months or so, the root disk goes to 99% utilization for about 20 seconds when a user logs in. This occurs whether a user logs in locally or via ssh. I have tried using lsof to track down the process that is... (5 Replies)
Discussion started by: dangral
5 Replies

13. HP-UX

HP-UX 10.20 mk_kernel failure

PH-UX newbie here, so please go slowly, step by step. I've just tried to install XSW700GR1020 patch set (December 2001 CD) to my preloaded HP-UX 10.20 system. After running for ages and installing pretty much most of the patches, when the mk_kernel step was run it failed with an unresolved... (7 Replies)
Discussion started by: perdrix
7 Replies

14. Shell Programming and Scripting

Perl program to simulate Least Recently Loaded paging

Hi, If I want to write perl program that simulated Least Recently Loaded(LRL) to calculate page fault: The user must input page access and number of page fram that need to be greater than 3 Example Page Access: 5, 3, 4, 1, 7, 5, 3, 2, 3, 6, 7, 1, 4, 6 Frames: 3 PA: 5 3 4 1 7 5 3 2 3 6... (6 Replies)
Discussion started by: guidely
6 Replies

15. Shell Programming and Scripting

error in "Spreadsheet/TieExcel.pm "

can any one tell me how to rectify the below error? :confused:Can't locate Spreadsheet/TieExcel.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) (4 Replies)
Discussion started by: kavi.mogu
4 Replies