Help for this page

Select Code to Download


  1. or download this
    my $x = $sv->can('PVX') ? $sv->PVX : undef;
    
  2. or download this
    use strict;
    use warnings;
    ...
    is($r, 100, "correct value returned SQL_INTEGER");
    ok($iv, "ivok bind integer");
    ok($pv, "pv not null bind integer");