Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("SELECT 
      snd.name, snd.country, m.item, m.eqty, m.price, m.line, m.prodct FRO
    +M
    ...
    print $q->header( -type => 'application/json' ),$json;
    
    }