- Original Message -
From: "Johnno" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 17, 2002 9:19 PM
Subject: [Perl-unix-users] Apache and Perl
> It this possible.. if find out what address was entered into the web
> browers from apache...
>
> this is so that i can run
Pierre-Philippe Ravier wrote:
>I am writing a Perl program on Solaris 8, and I would
>like to know the best way to clear the screen at will
>during the execution of the Perl program.
>
>I found that doing :
>system("clear")
>will do the job, but it's dirty and probably slow.
>
>Is there a better
Roman @ Melihhov wrote:
>How do I safely strip out html tags.
>
>s!<(.|\n)*>!!gi;
>
>above construct sometimes removes actual text portions of the document if the line
>break within tag reached. Ideas appreciated.
>
>
>
Good thing this isn't a FAQ or somebody would quote from that.
`perldoc -q