insta-purty via perltidy

This commit is contained in:
Yanick Champoux 2023-08-26 10:19:48 -04:00
parent 64b8d22d37
commit 1dcc7cb877

View File

@ -17,8 +17,7 @@ $mech->submit_form(
fields => { fields => {
user_login => 'secret', user_login => 'secret',
user_password => 'secret', user_password => 'secret',
} } );
);
# load the results into a table object # load the results into a table object
my $html_string = $mech->content(); my $html_string = $mech->content();