Help for this page

Select Code to Download


  1. or download this
    my $rv = system('perl -e "exit(123)"');
    
    ...
       if $rv >> 8;
    
    print("Child exited successfully\n");
    
  2. or download this
    Child exited with value 123