Perl

User storage report in Linux

User storage report in Linux

A way to see how much space your linux user accounts takes up.

Read more…

GET and POST for Perl

GET and POST for Perl

This is a Perl script I wrote a while back for collecting GET and POST variables. Made to run on Win32. Change the top line for Perl parser if used in Linux. The script was originally for putting all the variables into 1 single array, this version divides the GET and POST variables into 2 arrays, queryGET[] and queryFORM[]. It’s scripted for being included in a main script, hence the return(1).

Read more…