Help for this page

Select Code to Download


  1. or download this
    if ($pass eq $admin pass) {
      if (defineded $this) {
    }
    
  2. or download this
    if ($pass eq $adminpass)
    {
    ...
          #other things would go here
        } #nice closing bracket, you can see where they line up
    }     #still matches the first bracket since it doesn't get attached t
    +o the end of the line