YAPC::2004::Israel | << Previous | Index | Next >> | Copyright © 2004 Gaal Yahas |
The code my @layouts = map { $_, $pub->{$_}->{'name'} } sort { $pub->{$a}->{'name'} cmp $pub->{$b}->{'name'} } grep { /^\d+$/ && $pub->{$_}->{'type'} eq "layout" && LJ::S2::can_use_layer($u, $pub->{$_}->{'uniq'}) } keys %$pub;
|