Help for this page

Select Code to Download


  1. or download this
    system( 'start /b cmd /c your_command' );
    
  2. or download this
    use threads;
    
    async( sub{ system "dir $_" } ) 
        for grep -d, glob '.\*';