Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value $ENV{"PATH_INFO"} in pattern match (m//) at
    + Forum.pm line 674
    
  2. or download this
      if (not $rm or $rm eq "home") {
            if ($ENV{PATH_INFO} =~m{^/   # Line 674
    ...
           }
    
      }