Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    
    ...
    # __END_CONFIG__
    
    # this file does nothing.
    
  2. or download this
    <FORM ACTION="/EDITOR.pm" METHOD="POST">
        <INPUT TYPE=HIDDEN NAME="Module" VALUE="EDITOR">
        <INPUT TYPE=HIDDEN NAME="Method" VALUE="set">
    ...
        <table>
        <INPUT TYPE="SUBMIT" NAME="SUBMIT" VALUE="Save Changes">
        </FORM>
    
  3. or download this
    #!/usr/bin/perl
    # Open File - Read File Contents Then Modify & save contents
    ...
    close (file_end);