Help for this page

Select Code to Download


  1. or download this
    # Try to match the expected input line format (from "ls" output)
    #
    ...
                 $file2 = $1;
                 $fext = $2;
                  }
    
  2. or download this
    if ($_ =~ /<a href="main.php?page/)
    {
    s/main.php?page=/main.php/?id=/g
    }