Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl
    
    ...
      my $exit_code = 40;
      $pm->finish($exit_code);
    }
    
  2. or download this
    20151 40 a 0 0
    20152 40 b 0 0
    20153 40 c 0 0
    20154 40 d 0 0
    20155 40 e 0 0
    
  3. or download this
      my $exit_code = 40;
    
  4. or download this
      my $exit_code = 'forty';
    
  5. or download this
    20963 0 a 0 0
    20965 0 c 0 0
    20966 0 d 0 0
    20967 0 e 0 0
    
  6. or download this
      my $exit_code = \'forty';
    
  7. or download this
    22040 192 a 0 0
    22041 192 b 0 0
    22042 192 c 0 0
    22043 192 d 0 0
    22044 192 e 0 0