in reply to Re^4: Mojo::UserAgent Can't locate object method "say"
in thread Mojo::UserAgent Can't locate object method "say"

I don't know how to use Mojo, but the page sends a typical post request. The quick scan of Mojolicious' docs suggests that it must be something like
my $response = $ua->post('https://what.cd/login.php' => form => {usern +ame => 'foo', password => 'barbaz', login => 'Log in'})