Re: [SLUG] Fun with perl

From: awyatt@bbsgamers.com
Date: Fri Mar 22 2002 - 16:08:25 EST


(Off the top of my head, so I may have the syntax incorrect, but)

print "\n\nContent-Type text/plain\n".`cat -b /var/www/html/auth.log | grep joeuser`;

You Wrote:

Date: Fri, 22 Mar 2002 14:50:23 -0500
From: "Brett Simpson" <Simpsonb@hillsboroughcounty.org>
To: <slug@nks.net>
Subject: [SLUG] Fun with perl

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:29:10 EDT