Help for this page

Select Code to Download


  1. or download this
    print "XDB19\n";
    exit( 3 );
    
  2. or download this
    open( LOG, "perl ex.pl|" );        # open the program
    while ( <LOG> ) { print "$_"; }    # print output from prog
    ...
                                       # and conquer
    
    print "***$errcode***\n";          #print it ( stands out doesnt it )