Help for this page

Select Code to Download


  1. or download this
    <a href="system_process.cgi?action=df">Free Hard Disk Space</a>
    
  2. or download this
    print <<"END";
    <h1>System Administration</h1>
    <table width="450" valign="top" border="0">
    ...
       </tr>
    </table>
    END
    
  3. or download this
    sub get_df {
     my (@headers,@rows);
    ...
     }
     return (\@headers, \@rows);
    }