Help for this page

Select Code to Download


  1. or download this
    Order Deny,Allow
    Deny from all
    Allow from myservername.here.com
    Allow from localhost
    
  2. or download this
    my $q = CGI->new();
    my $remote_host = $q->remote_host();