Help for this page

Select Code to Download


  1. or download this
    my $res = $sth->fetchall_arrayref;
    
    print Dumper $res;
    
  2. or download this
    use JSON;
    my $json = to_json($res);