Created
July 3, 2013 18:42
-
-
Save sharifulin/5921524 to your computer and use it in GitHub Desktop.
Норм код, да? :-)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ids | |
my @ids = $self->req->param('id'); | |
if (!@ids and my $ids = $self->req->param('ids')) { | |
@ids = $ids =~ /(\d+)/g; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment