File: config.pl.dist

package info (click to toggle)
libwww-perl 5.47-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 692 kB
  • ctags: 345
  • sloc: perl: 5,458; makefile: 37; 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;