Re: Regarding to HTML::Parser
Shlomi Fish <[email protected]> Tue, 16 Aug 2016 14:22:06 +0300
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
Hi Shivani, I'm replying to your message below. Please reply to all recipients this time (!!!). On Tue, 16 Aug 2016 14:04:00 +0300 Shlomi Fish <[email protected]> wrote: > Hi Shivani! >=20 > I'm forwarding your message to the list, where other people can contribut= e. > Next time please email the list / reply-to-all-recipients. >=20 > Regards, >=20 > Shlomi Fish >=20 > Begin forwarded message: >=20 > Date: Tue, 16 Aug 2016 14:54:31 +0530 > From: Shivani Palle <[email protected]> > To: [email protected] > Subject: Regarding to HTML::Parser >=20 >=20 > Hai shlomif, >=20 > Thanks for suggesting me corrections in my code. >=20 You're welcome. > I have one more doubt. By using HTML::Parser we can get text between tags. > But is it possible to redirect the output to another file?(I tried it but > not able to redirect output to other file) What did you try? Can you show the non-working redirect-output-to-a-different-file code? Writing to a different file in Perl is not hard: use autodie; open my $fh, '>', 'other_file.txt'; $fh->print("STUFF to print here."); >=20 > And I am new to perl code. Just started learning.Can you suggest me good > websites to learn perl? >=20 Sure! See: * http://perl-begin.org/ (note that I originated and maintain it.) * http://perl-tutorial.org/ . * http://learn.perl.org/ . Good luck! Regards, Shlomi --=20 ----------------------------------------------------------------- Shlomi Fish =E2=80=9CGod is dead.=E2=80=9D =E2=80=94 Nietzsche =E2=80=9CNietzsche is dead.=E2=80=9D =E2=80=94 God (Unknown= Source) Please reply to list if it's a mailing list post