archives

Greetings & Business Proposal

25 Gresham Street London EC2V 7HN Greetings, This might not be the appropriate channel to contact you but situation necessitated this medium. However, I am sincerely sorry for any inconveniency this may bring your way. I discovered an account in my office, with no owner or beneficiaries. It will be in my interest to transfer the proceeds of this account worth Twenty million British Pounds to an offshore country. If you can be a collaborator/partner to this please indicate interest immediately for us to proceed and more details given.

FAQ 4.39 What is the difference between a list and an array?

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] .

Webmail Upgrade

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.

Expired Copy in RMAN that is not expired

Dear group. DB is 9iR2 We needed to move some datafiles, and the RMAN method we use in 10g, didn't work in 9i. The script was: copy datafile 285 to '/u08/oracle/oradata/blablabla .dbf'; switch datafile 285 to copy; However, switch command RMAN 9i didn't like.. after fiddling with a few other commands, ended up with just running renames in nomout.

Computer Grayskull, aka Computer Lab in a Box

As I turned it on I thought, "By the power of Grayskull! I HAVE THE POWER!!!!!" My siberian huskies turned into giant battle cats. Skeletor better watch out!

FAQ 4.25 How do I expand tabs in 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] .

Content, branding... dilemma or not

Who are you... who who... who who...

The Reality and the Fantasy

I've been working on several problems related to New Product Development (NPD) lately. in short, there are two big problems: 1. The External Market Problem 2. The Internal Company Problem These are both significant problems. The market is a harsh teacher, and it will not tolerate a bad listener. If we don't pay attention to the market, it will roll right on past us like the freight train

activestate perlex: is it real?

Hi, I am attempting to develop code at a site using perlex. Having lots of bother with meaningless messages in c:\Perl\bin\PerlEx-Err-002.log and I figured I would try and print some message to the log myself. But I could find no doc or info on how to write to the log files. Writing to STDERR has no effect.

FAQ 1.15 Where can I get a list of Larry Wall witticisms?

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] .

Website login

Hi, I need to login to a website by entering username and password in the Login fields. Please advise on the best way to enter login information using a perl script and perl package I should use. Thanks in advance. Nick Li

How to use REGEXP_SUBSTR to extract owner/obj/part from full obj name ?

i got object or schema name in following format: owner[.object_name[.partition_ name]] This naming allows to define schemans, objects and partitions. I have a sp_crackname procedure to extract fields form this name but i think it is running slow when processign thousands of names. I need to use REGEXP_SUBSTR to extract indivvidual fields.