The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/perl

# Example of using default config file location

use Web::Passwd;
my $webapp = Web::Passwd->new();
$webapp->run();