Help for this page

Select Code to Download


  1. or download this
    $result = mySub(@inpdb, qw(val1 val2) ) ;
  2. or download this
    $r = &mySub(@inpbd, @val) ;
    $dummy = "@val" ;
    $r = &mySub(@inpbd, qw($dummy)) ;
    
  3. or download this
    @r = &mySub(@inpDB, "$val1","$val2","$val3");