Skip to content

Commit

Permalink
More unnecessary assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsolomon committed Dec 4, 2011
1 parent 091665e commit 00015b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions solutions/part1/ex7/step1.pl
Expand Up @@ -20,12 +20,10 @@
};

get '/hello-adj' => sub {
my $params = params();
return "<h1>Hello ".params->{adjective}." Things!</h1>";
};

post '/hello-adj' => sub {
my $params = params();
return "<h1>Hello ".params->{adjective}." Things!</h1>";
};

Expand Down

0 comments on commit 00015b0

Please sign in to comment.