Re: Strip tags and duplicate line feedss

2003-11-02 Thread Rob Dixon
Francis Turner wrote: > > David Busby wrote: > > > > I'm having trouble with the following: > > > > > > my $tf = HTML::TagFilter->new(strip_comments => 1); > > $tf->allow_tags(undef); > > my $clean_html = $tf->filter($res->content); > > > > But now my $clean_html has s many line feeds,

Re: I can´t make perl log into a server

2003-11-02 Thread John J Lee
On Sun, 2 Nov 2003, Alexandre Loureiro wrote: > I´m new to perl and using some books I´ve done some simple scripts to > make things easier. But now I´m having some problems login into a web > site ( secure using php login). I can log into the site but to navigate > futher i need a cookie to send s

Re: Strip tags and duplicate line feedss

2003-11-02 Thread Francis Turner
David Busby wrote: List, I'm having trouble with the following: my $tf = HTML::TagFilter->new(strip_comments => 1); $tf->allow_tags(undef); my $clean_html = $tf->filter($res->content); But now my $clean_html has s many line feeds, tabs and spaces, wasted space. I don't know enough regex to