Help for this page

Select Code to Download


  1. or download this
    unless
    (
    ...
    {
        # do something
    }
    
  2. or download this
    if ( $ip =~ /^0.0.0.0$/ )
    {
        # do something
    }