Help for this page

Select Code to Download


  1. or download this
    /path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5/site_perl/HTTP> ls -l
    -r--r--r--    1 mhalunen user        19433 Dec  8  2004 Message.pm
    -r--r--r--    1 mhalunen user         5030 Apr  7  2004 Request.pm
    -r--r--r--    1 mhalunen user        11827 Dec 11  2004 Response.pm
    
  2. or download this
    use lib qw(/path/to/the/cgi/bin/cgi-bin/usr/local
        /path/to/the/cgi/bin/cgi-bin/usr/local/lib/perl5
    ...
    
    use XML::Filter::ExceptionLocator;    # <-- locally installed
    use HTTP::Request;                    # <-- locally installed (Invokin
    +g this module triggers the server error)
    
  3. or download this
    ...got line "compilation failed in require at /path/to/the/cgi/bin/cgi
    +-bin/usr/local/lib/perl5/site_perl/http/request.pm line 5.")
    
  4. or download this
    require HTTP::Message;