Help for this page

Select Code to Download


  1. or download this
    open(STDIN,"</dev/tty")
    
  2. or download this
    open(STDIN,"/dev/null");
    #do some ops
    ...
    # if the exit in the child block wasn't present,
    # by the child also