Help for this page

Select Code to Download


  1. or download this
     <title>[% sitename %]::[% title %]</title>
      <base href="[% baseurl%]" />
    ...
    </head>
    <body id="[% pagename %]">
      <div id="container">
    
  2. or download this
        my $emv = Email::Valid->new();
        $emv->tldcheck(1);
        $emv->mxcheck(1);
        $addr = $emv->address(-address => $addr) if $addr;
    
  3. or download this
    /usr/local/share/perl/5.8.8/CGI