Help for this page

Select Code to Download


  1. or download this
    print STDOUT "\nEnter name: ";
    $name = <STDIN>;
    chomp $name;
    
  2. or download this
    use Text::Soundex;
    use WWW::Mechanize;
    ...
    die "can't submit form!" 
      unless $mechObject->success && 
              $mechObject->content =~ /Your Last Name/i;