Description:
The Perl language in general.
|
|
|
Remove all HTML but keep <p> tags
|
| |
I am looking for a perl REGEX statement to remove all the HTML from a
string except for the <p> tags. It would have to leave the <p> (and
the </p>) tags but also longer ones such as <p style=...> etc. I
haven't been able to find anything similar online for this.
Can anyone help with a suitable REGEX for this? I have tried a few... more »
|
|
WWW::Mechanize submit_form does not return expected
|
| |
The web-page I'm automating with mech is not returning the same data
that it returns when accessed with a browser. The java-script on the
form page, as far as I can see, does no more than sanitize what the user
enters, I can't see how it could possibly be telling the server that the
request is not a real person. I've got $mech->agent_alias('Mac Safari')... more »
|
|
Solutions Manuals, Instructor Manuals, Test Banks collection 2012
|
| |
Hello,
We would like to inform you that we have updated our list with the
following new titles.
You can contact us directly at Student.p24(at)Hotmail(dot)com .
If the title you are looking for is not listed, do not hesitate to
contact us,
we will try to help.
==========
2011 Federal Taxation, 5th Edition 2011, Pratt.Kulsrud, Instructor... more »
|
|
MEGA INFO SYSTEMS
|
| |
Telemarketing lead management
Market Intelligence Services
Product Promotion AVAILABLE HERE
[link]
|
|
Lifetime of my variables?
|
| |
I could find nothing in the Perl documentation on the lifetime of my
variables. The scope of the name is lexical, but what about the value?
Specifically, if a my variable is declared in a block, does it retain
its value from the previous time you entered the block? If a my
variable is declared in a while statement, does it retain its value... more »
|
|
Loop in regex match
|
| |
I have an regex that appears to hang where I would expect it to fail
due to \d not matching a comma. If I remove the \d then the regex
correctly matches the partial string. the match that hangs is at line
452 of the script:
if (/($RecFromPat $RecByPat? $RecOptInfo \; $CFWS? \d )/xi)
The actual script is... more »
|
|
purge old build files
|
| |
What is the proper way to purge/delete/remove cpan and cpanm build and work dirs?
I tried the cpan clean command at the cpan command prompt but it seemed to not do anything.
There most be some reliable way to do this?
Thanks!!
|
|
Perl 32-bit vs 64-bit question
|
| |
When I have used Python 64-bit I have run into problems (third party
libraries not working, etc). So I just use Python 32-bit on everything
and have no problems. Are there any similar problems with Perl? On a
64-bit computer, am I better off with 64-bit, or better off running 32-
bit Perl on everything? I'm looking to use Perl on Windows systems for... more »
|
|
WWW::Mechanize and outputing what's returned
|
| |
I've just written my first WWW::Mechanize program, it does it's job,
and I can export the data to PDF using PDF::FromHTML. What I don't get
with this, however, are the images on the page, so my PDF is ugly.
I've tried using $mech->find_all_images(), and downloading them, but
the images on the page are all relative links - and, it seems, the... more »
|
|
Changing the default Perl mode for emacs (Please help)
|
| |
Hi,
There's a bug in the works to get the default perl mode in emacs
switched to "cperl-mode". RMS has responded to the bug:
...
So I'm posting in Perl/emacs spaces to see if I can gather opinion
from the community to support (or oppose the change). In particular if
anyone can remember what the original concerns were which kept... more »
|
|
|