Help for this page
sub new { my $self = shift; ... return $app; }
#!/usr/bin/perl -- package MyApp::RESTful; ... };