Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use DBD::Oracle;
    ...
    if ( exists $procs{ $xpid } ) {
          print "Pid in use : $xpid\n";
    }