Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
    system 'perl', 'call.pl';
    
  2. or download this
    use warnings;
    use strict;
    ...
        print $c++ ."\n";
        sleep 1;
    }
    
  3. or download this
    $ perl call.pl 
    1
    ...
    3
    4
    5
    
  4. or download this
    $ ps ax | grep called
    29221 pts/9    S+     0:00 perl called.pl
    
  5. or download this
    6
    7
    ^C
    
  6. or download this
    $ ps ax | grep called