Help for this page

Select Code to Download


  1. or download this
        my $job_id = new_job_id();
        $SIG{ CHLD } = 'IGNORE';
    ...
        }
    
        exit;
    
  2. or download this
    open (ERROR, ">&STDERR");
    printf STDERR "fileno( STDERR ): %d\n", fileno( STDERR );
    printf STDERR "fileno( ERROR ): %d\n", fileno( ERROR );
    
  3. or download this
    fileno( STDERR ): 2
    fileno( ERROR ): 6
    
  4. or download this
    use Parse::RecDescent;
    
    ...
    closing 6
    no luck with lsoftest     14113 yt    7r  FIFO    0,6           891817
    +71 pipe
    Nya, nya!  I'm still open!