Help for this page

Select Code to Download


  1. or download this
    $ipaddr = $s->param('_SESSION_REMOTE_ADDR');
    $hostname = qx#host $ipaddr |awk {'print \$5'}#;
    
  2. or download this
    $ipaddr = $1 if $s->param('_SESSION_REMOTE_ADDR') =~ /([\d.]+)/;