Help for this page

Select Code to Download


  1. or download this
    
    use threads;
    ...
      print "Called: $_[0]\n";
    }
    
  2. or download this
    use threads;
    
    ...
    sub sys_call(){
      print "Called: $_[0]\n";
    }