http://qs321.pair.com?node_id=1100532


in reply to Re: Removing text between HTML tags
in thread Removing text between HTML tags

Thanks, I know about HTML::TokeParser::Simple, but I am working on my office laptop and firewall blocks cpan :( It will take time for me to get that module. Anyway it is a known set of HTML and will be same for all pages, thank you.

Replies are listed 'Best First'.
Re^3: Removing text between HTML tags
by Utilitarian (Vicar) on Sep 14, 2014 at 15:48 UTC
    Is Metacpan blocked?

    print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."
Re^3: Removing text between HTML tags
by sundialsvc4 (Abbot) on Sep 15, 2014 at 00:23 UTC

    “Without any further ado,” talk with your boss and ask him or her to arrange for you to have access to CPAN.   (You can, if necessary, install all of the modules that you need locally to just your own account and machine, so there are no system-integrity risks.)   There is zero doubt in my mind that there is really no other business-justifiable way to get this job done.   (And there undoubtedly will be more business-cases like this one.   You must have the Right Tools For The Job.)

      Thanks for reply, my company sucks, we have access only to intranet and to access internet we have a separate bay. This is a new project still in POC and I am working off the records to show the director I can do something :) I got HTML::TokeParser and HTML::TreeBuilder and planning to re-write the code.