Help for this page

Select Code to Download


  1. or download this
    while (<STDIN>) {
      # Command is in $_
      chomp;
      handle_command($_);
    }