- or download this
#!/bin/sh
...
# __END_CONFIG__
# this file does nothing.
- 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>
- or download this
#!/usr/bin/perl
# Open File - Read File Contents Then Modify & save contents
...
close (file_end);