Help for this page

Select Code to Download


  1. or download this
    print F $row_ref->{$_} for sort { $a <=> $b } keys %$row_ref;
    
  2. or download this
    print F $row_ref->{$_} for qw(userid giftid);