Help for this page

Select Code to Download


  1. or download this
    if (condition){
    print "DEBUG ($.) Call Length det='$detail' ($dh:$dm:$ds)\n" if $DEBUG
    +; 
    ...
    # TODO : Might want to issue an alert and solder on! safedie 
    print "FATAL ($.) Encountered line of unknown length (",$#line + 1,")"
    +;
    }
    
  2. or download this
    print "DEBUG ($.) Call Length det='$detail' ($dh:$dm:$ds)\n" if $DEBUG
    +;