Help for this page

Select Code to Download


  1. or download this
    push @{$self->{'select'}}, (my $item = $self->grid($x, $y) or ());
    
  2. or download this
    push @{$self->{'select'}}, ($self->grid($x, $y) or ());