Help for this page

Select Code to Download


  1. or download this
    #!C:\Perl\bin\perl.exe -w
    use strict;
    ...
    print(OUT $response->as_string());
    print(OUT "\n");
    close(OUT) or die("Cannot close out file:$!");
    
  2. or download this
    sub encodeemail{
            my ($self, $email) = CGI::self_or_CGI(@_);
    ...
            }
            return $email;
    }