Re: [SLUG] Fun with perl

From: Jason Copenhaver (jcopenha@typedef.org)
Date: Fri Mar 22 2002 - 15:13:29 EST


you need to sub the newlines with <BR>.. or.. you could put <PRE> tags
around it.. you'll lose the font..but it will honor the newlines..

On Fri, 22 Mar 2002, Brett Simpson wrote:

> 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:16 EDT