Help for this page

Select Code to Download


  1. or download this
    my $imei;
    $rc = $sth_imei->bind_col(0,\$imei);
    $sth_imei->execute();
    $sth_imei->fetch();
    print "IMEI : $imei\n";