Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    
    ...
            return split m#[|]#, $text;
        }
    }
    
  2. or download this
    # Usage...
    my $ask = Ask->new;
    say "GOT: ", $ask->entry(text => "Please enter your password!", hide_t
    +ext => 1);