Help for this page

Select Code to Download


  1. or download this
    sub test {
        $_[0]= 'foo';
    }
    while( 1 ) {
        test();
    }
    
  2. or download this
    sub test {
        $_[0]= 'foo';
    }
    ...
        }
        sleep( 1 );
    }