Help for this page

Select Code to Download


  1. or download this
    Cannot write to terminal: No such file or directory at scratch.pl line
    + 13
    
  2. or download this
    use IO::Prompt;
    
    ...
            -require => {"Prompt (requires a single word, exit to quit): "
    + => qr/^\w+$/};
        print "You typed '$choice'\n";
    }