Help for this page

Select Code to Download


  1. or download this
    #!/bin/tcsh
    
    myexecutable
    
    exit
    
  2. or download this
    right before out-of-bounds array access
    Segmentation fault
    
  3. or download this
    #!/tool/bin/perl
    use strict;
    ...
    my $dumped_core = $? & 128;
    
    printf("exit_value = $exit_value, signal_num = $signal_num, dumped_cor
    +e = $dumped_core\n");
    
  4. or download this
    right before out-of-bounds array access
    
  5. or download this
    system($cmd);
    
  6. or download this
    my $backtick_return = `$cmd`;