package config;

# rename this as config.pm, and edit it with your settings

use vars qw($pwdata $pwmembers);

# this is where the XML files come from:
$pwdata = "/home/parlparse/pwdata/";
# and where all-members.xml is:
$pwmembers = "/home/parlparse/parlparse/members/";

1;

