The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

# Example of specifying custom config file location

use Web::Passwd;
my $webapp = Web::Passwd->new( PARAMS => { config => '/home/evan/webpasswd_custom.conf' } );
$webapp->run();