Sponsored Content
Full Discussion: Installing Perl Module
Top Forums Shell Programming and Scripting Installing Perl Module Post 302178853 by era on Wednesday 26th of March 2008 12:40:20 PM
Old 03-26-2008
Read and interpret the error messages. It never fetched the file. (Viewing that URL in my browser works fine; can you visit it, too?)
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing Perl Module Term::ReadKey??? HELP!!!

I'm new to UNIX..... I'm trying to test a software that requires Perl. I installed Perl 5.004_04 without any problem on a UNIX SCO OpenServer Machine. The software I'm testing also requires some Perl Modules (Net::Telnet, Test::More, Net::Telnet::Cisco & Term::ReadKey). I installed... (4 Replies)
Discussion started by: rrivas
4 Replies

2. Shell Programming and Scripting

Replace Perl Module name in all Perl scripts

I want to replace a Perl module name in all my Perl Scripts in the cgi-bin directory. How is it possible? I have the following statement in my scripts use myUtil; I want to change it to use myUtil777; Regards, Rahul (2 Replies)
Discussion started by: rahulrathod
2 Replies

3. Shell Programming and Scripting

Can I use a Perl Module without installing it?

I am trying to write a program that will use templates, so I figured I would use the Text::Template CPAN module... ...only problem is that I cant force my "clients" to install this module, cause they are clueless. Is there anyway that I can NOT install it for the whole machine, but install it... (1 Reply)
Discussion started by: jjinno
1 Replies

4. UNIX and Linux Applications

help: error in installing perl module DBD::mysql

Hi, I am trying to install perl module DBD::mysql and don't know how to resolve the following: # make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00base.............ok 3/5install_driver(mysql) failed: Can't load... (3 Replies)
Discussion started by: Yogesh Sawant
3 Replies

5. Shell Programming and Scripting

installing graphical module(GD) on UNIX/Solaris Environment

Hi I'm not able to install graphical GD module in perl for UNIX/Solaris environment. Can anybody suggest? Pooja... (1 Reply)
Discussion started by: wadhwa.pooja
1 Replies

6. Shell Programming and Scripting

Installing perl module

Hi, I want to install WWW:Mechanize module. Followed the following steps: 1. wget http://www.cpan.org/authors/id/C/CO/CORION/Bundle- WWW-Mechanize-Shell-0.29.tar.gz perl Makefile.PL make make test make install (Got the below message) Appending installation info to... (1 Reply)
Discussion started by: Anjan1
1 Replies

7. Shell Programming and Scripting

calling perl subroutine from perl expect module

All, Is it possible to call a subroutine from the perl expect module after logging to a system that is within the same program. My situation is I need to run a logic inside a machine that I'm logging in using the expect module, the logic is also available in the same expect program. Thanks,... (5 Replies)
Discussion started by: arun_maffy
5 Replies

8. Ubuntu

What to copy in /lib/module while installing new kernel?

I was trying to install new kernel in my backtrack which was having kernel 3.2.6. i tried installing 3.8.5. I refered to book linux kernel in nutshell i followed every step. after i rebooted (i had set new kernel in default as my backtrack doesn't display options to select while booting) it... (3 Replies)
Discussion started by: kg_gaurav
3 Replies

9. Solaris

Installing ZIP module for PHP

Hi Guys, I am using SOLARIS 10 and I want to install ZIP module for PHP. I went to this link http://pecl.php.net/package/zip and I choose zip-1.12.3.tgz, the latest "stable" release, and then transferred it to my server. Then I went to my path /usr/local/apache2/conf then untar the... (1 Reply)
Discussion started by: Phuti
1 Replies

10. Proxy Server

Problem with Installing Perl Module in Fedora 20

Hi, I have downloaded Audio::Beep. I tried to install it through CPAN but i got YAML error. Then I have tried to install it manually. I tried all the instructions provided in README file. It worked but when i am compiling , it still gives me error: # ls acct21.pl~ imap(2).pl ... (15 Replies)
Discussion started by: zak100
15 Replies
wwwoffle(1)						      General Commands Manual						       wwwoffle(1)

NAME
wwwoffle - A program to control the World Wide Web Offline Explorer. SYNOPSIS
wwwoffle -h | --help --version wwwoffle -online [-p <host>[:<port>] | -c <config-file>] wwwoffle -autodial [-p <host>[:<port>] | -c <config-file>] wwwoffle -offline [-p <host>[:<port>] | -c <config-file>] wwwoffle -fetch [-p <host>[:<port>] | -c <config-file>] wwwoffle -config [-p <host>[:<port>] | -c <config-file>] wwwoffle -dump [-p <host>[:<port>] | -c <config-file>] wwwoffle -cyclelog [-p <host>[:<port>] | -c <config-file>] wwwoffle -purge [-p <host>[:<port>] | -c <config-file>] wwwoffle -status [-p <host>[:<port>] | -c <config-file>] wwwoffle -kill [-p <host>[:<port>] | -c <config-file>] wwwoffle [-o|-O] [-p <host>[:<port>] | -c <config-file>] URL wwwoffle [-d[<depth>] | -r[<depth>] | -R[<depth>]] [-g[Sisfo]] [-F] [-p <host>[:<port>] | -c <config-file>] URL1 [URL2 [... URL]] wwwoffle [-d[<depth>] | -r[<depth>] | -R[<depth>]] [-g[Sisfo]] [-F] [-p <host>[:<port>] | -c <config-file>] file1 [file2 [... file]] wwwoffle -post [-p <host>[:<port>] | -c <config-file>] URL wwwoffle -put [-p <host>[:<port>] | -c <config-file>] URL DESCRIPTION
wwwoffle controls the World Wide Web Offline Explorer proxy HTTP server. The wwwoffle program is used to control the wwwoffled program, to tell it when the computer is online or offline, and which URLs to get and when to fetch them. The control options are also available from the server on an interactive control web page at http://localhost:8080/control/. OPTIONS
The command line options available for the program are described below. -h | --help A help message is printed giving a brief description of the usage of the program. --version The version number of the program is printed. -online Tell the wwwoffled proxy server that the computer is online to the internet and that requests are to be fetched immediately. -autodial Tell the wwwoffled proxy server that the computer can become online to the internet if required for requests that are not already cached, but that pages that are in the cache do not require any network access. This is intended for use with dial-on-demand sys- tems (using diald for example). -offline Tell the wwwoffled proxy server that the computer is not online to the internet and that requests are to be cached until they are fetched later. -fetch Tell the wwwoffled proxy server to fetch all of the requests that have been cached. (The proxy server must be online for this to work.) The program will wait until all of the requests have been met before exiting. -config Tell the wwwoffled proxy server to re-read the configuration file. -dump Tell the wwwoffled proxy server to dump out the current program configuration. This is equivalent to the most recently read config- uration file and the built-in default options. -cyclelog Tell the wwwoffled proxy server to close and then re-open the log file. -purge Tell the wwwoffled proxy server that the cache is to be purged. The configuration file wwwoffle.conf(5) specifies the maximum age of the pages to keep. If a maximum cache size is specified then the oldest pages are deleted until the size is not exceeded. -status Request from the wwwoffled proxy server the current status of the program. The online or offline mode, the fetch and purge sta- tuses, the number of current processes and their PIDs are displayed. -kill Tell the wwwoffled proxy server to exit cleanly at the next convenient point. URL The URL of a web page that is to be fetched. This is the same as using a browser and entering the URL if not already in the cache or pressing the refresh button in the index if it is in the cache. file The name of an HTML file that is to be parsed and the links in it are to be fetched as if the URLs had been specified on the command line. -o Fetch the specified URL (from the cache or request it if not already cached when offline, or get it when online) and output it on standard output. This is an easy way of getting an image out of the cache to be used in other programs. The contents of the Modi- fyHTML section of the configuration file are ignored and the unmodified data is output. -O Fetch the specified URL (from the cache or request it if not already cached when offline, or get it when online) and output it on standard output including the HTTP header. The contents of the ModifyHTML section of the configuration file are ignored and the unmodified data is output. -F Force the specified URLs to be refreshed. Without this option, the page will not be fetched unless newer than the version on the server. -r[<depth>] Causes the pages linked to by the specified URLs also to be fetched if they are on the same host. This recursion works for a number of links specified by the depth parameter, a depth of 0 means only the specified page, a depth of 2 means all linked pages and all links from them. -R[<depth>] The same as -r above, but it also works for links that are not on the same host. -d[<depth>] The same as -r above, but is limited to links in the same directory or a sub-directory. -gS Also fetches the stylesheets that are included in the specified URLs. -gi Also fetches the images that are included in the specified URLs. -gf Also fetches the frames that are included in the specified URLs. -gs Also fetches the scripts that are included in the specified URLs. -go Also fetches the objects that are included in the specified URLs. -post Create a request using the POST method, the data is read from stdin, and appended to the request. The user must ensure that the format of the data is valid for a POST request. Any of the characters '&', '=' or ';' that are not being used for their reserved purpose must be URL-encoded in the input, other characters will be URL-encoded. -put Create a request using the PUT method, the data is read from stdin and appended to the request. -c <config-file> Specifies the name of the configuration file that contains the server host name, port numbers and authorisation password. This is required for the -online, -autodial, -offline, -fetch, -config, -dump, -purge, -status and -kill options if a password is set. The user must have read access to the configuration file to be able to use the command if a password is set. (See the StartUp and LocalHost section of wwwoffle.conf(5) for more information on setting the server host name, ports and password.) -p <host>[:<port>] Sets the hostname and port number that is to be used for the connection to the proxy server. For the -online, -autodial, -offline, -fetch, -config, -dump, -purge, -status and -kill options this must be the WWWOFFLE control port, for the URL options it must be the WWWOFFLE HTTP proxy server port. If no -p option is specified then the compile-time defaults are used. When the -F , -R[<depth>] , -r[<depth>] , -d[<depth>] or -g[Sisfo] options are given then they will override the options that are set in the FetchOptions section of the configuration and not fetch any other contents of the specified URL. For example if the fetch options nor- mally include images and frames then using the -gi option will only fetch images and not frames. All page contents to be fetched must be specified as command line options. Specifying -g without any options will fetch only the specified URL without any of the options. ENVIRONMENT VARIABLE
The WWWOFFLE_PROXY environment variable can be used instead of the -c or -p options. There are three ways that the variable can be used. 1. When the variable is set to absolute pathname of a file, then that file is used as the configuration file like the -c option (for example /etc/wwwoffle/wwwoffle.conf). 2. The WWWOFFLE_PROXY variable can also be set to the hostname and the port number that would be used with the -p option (for example localhost:8080). 3. The third possibility is to set the variable to the hostname and the two port numbers for the WWWOFFLE HTTP proxy port and the WWWOFFLE control port (for example localhost:8080:8081). This way it will work with both types of commands (proxy access and con- trol). SEE ALSO
wwwoffled(8), wwwoffle.conf(5), diald(8). AUTHOR
Andrew M. Bishop 1996-2009 (amb@gedanken.demon.co.uk) March 13, 2009 wwwoffle(1)
All times are GMT -4. The time now is 02:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy