From: Cyrill G. <gor...@gm...> - 2013-10-06 21:34:51
|
On Mon, Oct 07, 2013 at 01:28:23AM +0400, Cyrill Gorcunov wrote: > + > +sub insns_flag_index(@) { > + return undef if $_[0] eq "ignore"; > + > + my @prekey = @_; there should be @prekey = sort(@_); > + my $key = join("", @prekey); |