[SLUG] Fun with perl

From: Brett Simpson (Simpsonb@hillsboroughcounty.org)
Date: Fri Mar 22 2002 - 14:50:23 EST


I'm looking to use this script in my apache cgi-bin so that users can list specific contents of a file in their web browser. It works ok except that it jumbles the lines togethor. Is there a cleaner way to do this so that it looks readable?

#!/usr/bin/perl
print "Content-Type: text/html \n\n";

print `cat -b /var/www/html/auth.log | grep joeuser`;

Brett



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:28:28 EDT