Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pmls(1p) [debian man page]

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

NAME
pmls - long list the module path DESCRIPTION
This is mostly here for people too lazy to type $ ls -l `pmpath CGI` EXAMPLES
$ pmls CGI -r--r--r-- 1 root root 190901 Dec 6 03:19 /usr/local/devperl/lib/5.00554/CGI.pm $ oldperl -S pmls CGI -r--r--r-- 1 root root 186637 Sep 10 00:18 /usr/lib/perl5/CGI.pm SEE ALSO
pmpath(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 PMLS(1p)

Check Out this Related Man Page

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

NAME
sitepods - print out the paths to the modules that this site added DESCRIPTION
This program shows the paths to module pods that are in the site_perl directories. EXAMPLES
$ sitepods /usr/local/devperl/lib/site_perl/5.00554/i686-linux/XML/Parser/Expat.pm /usr/local/devperl/lib/site_perl/5.00554/i686-linux/XML/Parser.pm You can also run this using alternate perl binaries, like so: $ oldperl -S sitepods .... SEE ALSO
faqpods(1), modpods(1), pods(1), podpath(1), and stdpod(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 SITEPODS(1p)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

rsync in ftp

Hello, everyone. I want to UP files in folder: FROM which is in local. to server folder: TO by ftp script. cd /$HOME/FROM # Begin FTP ftp -i -n $HOST << END user $USER $PASSWD # Command in FTP cd public_html/TO rsync -auv --delete FROM TO <--- I think this won't work but I want to... (5 Replies)
Discussion started by: Euler04
5 Replies

2. Web Development

ftp: missing chown command

hi, I'm connecting to a web server with ftp protocol and I would like to change some folders and files owner. I tried chown but it is not available. I typed "help" and this is the list I got. Is possible that the chown command is not installed on the server ? Or I don't have permissions ?... (8 Replies)
Discussion started by: aneuryzma
8 Replies

3. UNIX for Dummies Questions & Answers

passwordless ssh

hi, i have tried with passwordless shh in google.. i followed the below steps ... user:~> ssh-keygen -t rsa Enter file in which to save the key (/home/cantin/.ssh/id_rsa):key.txt Enter passphrase (empty for no passphrase): Enter same passphrase again: till this step i... (0 Replies)
Discussion started by: arunmanas
0 Replies

4. UNIX for Dummies Questions & Answers

password automation

i am doing automation of report in unix. i am copying files from different server using scp command.. if i use scp its asking for password for copying files..is there any way to automate this password issue.. can anyone help me out??? tahnks in advance, Arun Manas (4 Replies)
Discussion started by: arunmanas
4 Replies

5. Solaris

DBCA Issues

I am wondering if someone can help a brother out. I am trying to create a DB using a GUI and when I am about to finish, it gets stuck. I hit finish but nothing happens. Any help from the community will be highly appreciated. ... (0 Replies)
Discussion started by: newborndba
0 Replies