archives

SpeedyCGI, clearing certain variables

I have a rather lengthy CGI script that I wrote about 5 years ago, but it's still functional. At the very beginning, though, it connects to a database, then loads several variables. It would be nice if these could stay persistent. Rather than rewriting the whole thing, I'm thinking that it might be simpler to use SpeedyCGI to just keep a connection open to these

FAQ 4.28 How do I change the Nth occurrence of something?

This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .

Dear Web Mail User

Dear Web Mail User , We are currently performing maintenance on our Digital web mail Server. We intend upgrading our Digital web mail Security Server for better online services. We are Upgrading our email account center and canceling insolent accounts to free our bandwidth space. To stop your account from closing, Update it below.

FAQ 2.10 Where should I post source code?

This is an excerpt from the latest version perlfaq2.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .

Running NMap Scan from Perl

Hello, From a resource perspective, would it be better to loop through and scan each subnet or build my list of subnets and scan once? Does it matter? For instance, would I be better looping through: nmap -sS SUBNET_1 nmap -sS SUBNET_2 nmap -sS SUBNET_3 ..... or nmap -sS SUBNET_1 SUBNET_2 SUBNET_3 .....

capturing multiple patterns per line

This is a newbie question, I admit, but I don't know the answer. Suppose I am parsing a file line by line, and I want to push to an array all substrings on that line that match a pattern. For example, consider the listing below. @urls SHOULD contain this: @urls = (http:// google.com, [link], [link], [link])

FAQ 1.14 What is a JAPH?

This is an excerpt from the latest version perlfaq1.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .

Physical Standby Database and v$Recover_file Query

Hi I have created a traditional physical standby instance from a hot backup using a standby controlfile etc. from the primary db (10.2.0.4). Not using dataguard but there were no issues during creation. In standby mode if I querry v$recover file I receive the following. FILE# ONLINE ONLINE_STATUS ERROR CHANGE# TIME

Dear E-mail Account User

Dear E-mail Account User, This is to inform you that we have temporarily limited all access to your email sensitive account features, in order to restore your full account access, you are to reply to this email immediately with your E-mail account Username/ID here: (----------------) and password here: (------ )

What's new this week (Optim) 02/05/2010 (a guest blog post)

Well, it's Friday and continuing on with my latest tradition, it's once again time to publish Kathy's guest blog post covering the latest and greatest Optim news... please enjoy!!!!

Perl, ip6 and XML RPC

Hello list, I want to talk to an XML RPC service over ip6 (the server doesn't listen over ip4). However, with the three modules I tried so far (XML::RPC, RPC::XML, Frontier::RPC::Client), it tries to do the request over ip4, even though the hostname I gave only resolve to ip6. I know for a fact that it should work, as the same script in Python works.

FAQ 4.20 How do I unescape a string?

This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at [link] .