Help for this page

Select Code to Download


  1. or download this
    unless (@ARGV) {
      # error
    }
    
  2. or download this
    if (-t STDIN) {
      # STDIN is connected to the console
    }