Re: [Perl-unix-users] Apache and Perl

2002-03-17 Thread stormpunk
- 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

Re: [Perl-unix-users] How to clear the screen ?

2002-06-06 Thread stormpunk
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

Re: [Perl-unix-users] regexp question

2002-06-09 Thread stormpunk
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