##
Loan Shark
[% GET greeting %],
It has come to our attention that your account is in
arrears to the sum of [% GET debt %].
Please settle your account before the end of the year or you will face severe embarrassment.
Yours truly,
[% sender %]
####
#!/usr/bin/perl
use strict;
use warnings;
use diagnostics;
use Plack::App::File;
my $app = Plack::App::File->new(root => "/Library/Webserver/Documents")->to_app;