Help for this page

Select Code to Download


  1. or download this
    use constant NOERROR => 0;
    
    my $errstr = ( $case != NOERROR ? $msg[$case] : "" );
    
  2. or download this
    $msg[ 0 ] = ''; 
    
    ...
    
    my $errstr = $msg[ $case ];