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