File: config.pl.dist

package info (click to toggle)
libwww-perl 5.36-1.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 848 kB
  • ctags: 400
  • sloc: perl: 6,366; makefile: 51; sh: 6
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
package net;

# Configure these for you local system
$httpserver  = "localhost:80";
$cgidir      = "/cgi-bin/lwp";

# Used for proxy test
$ftp_proxy = "http://localhost/";

1;