Help for this page

Select Code to Download


  1. or download this
    use Thread;
    $thread = new Thread \&sub_name;
    
  2. or download this
    sub sub_name()
    {
    ...
           sleep(1000);   
        }
    }