RSS | Module Info | Add a review of Variable-Eject
Variable-Eject
(0.01)
Saves a lot of stupid copy orerations.
eject( $c->request->params => $user, $forum, $post ) is more simple than:
my $user = $c->request->params->{user};
my $forum = $c->request->params->{forum};
my $post = $c->request->params->{post};
Andrew Kostenko - 2009-11-09T04:17:53 (permalink)
1 out of 1 found this review helpful.
Was this review helpful to you?
Yes
No

