archives

FAQ 4.44 How do I test whether two arrays or hashes are equal?

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

FAQ 5.7 How can I manipulate fixed-record-length files?

This is an excerpt from the latest version perlfaq5.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] .

MGMT VISIONS - PRIDE-EEM Phase 2 - Aug 25, 2008

This week my tutorial is on PHASE 2 of the "PRIDE"-ENTERPRISE ENGINEERING METHODOLOGY (EEM) - LOGICAL ENTERPRISE ANALYSIS, Part IV of our series on the "PRIDE" METHODOLOGIES FOR IRM (special broadcast). My "Pet Peeve of the Week" is "How much do we really use our head?" and we also have our "Letters to the Editor."

Posting Guidelines for comp.lang.perl.misc ($Revision: 1.8 $)

Outline Before posting to comp.lang.perl.misc Must - Check the Perl Frequently Asked Questions (FAQ) - Check the other standard Perl docs (*.pod) Really Really Should - Lurk for a while before posting - Search a Usenet archive If You Like - Check Other Resources

Bryce's Pet Peeve - How much do we use our head? - 8/25/2008

My Pet Peeve of the Week is "How much do we really use our head?"

Getting Fatal error while compiling Perl 5 10

While trying to install PERL 5 10 , have got the following errors. make: Warning: Both `makefile' and `Makefile' exist `sh cflags "optimize='-O'" miniperlmain.o` miniperlmain.c CCCMD = gcc -DPERL_CORE -c -fno-strict-aliasing -pipe -I/usr/local/ include -mcpu=v9 -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -

download link for oracle 10g ebook

Hi, can anyone plz provide me link for oracle 10g: a beginner's guide. i really need it. if possible please provide pdf link. Thx in advance

FAQ 5.21 Why can't I just open(FH, ">file.lock")?

This is an excerpt from the latest version perlfaq5.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] .

The Sweettt ELSUA Show - Episode 2 - On Finding an Identity

The Sweettt ELSUA Show is back! And with its second podcasting episode: "On Finding an Identity". 20 minutes of pure fun, specially towards the end of it with an unexpected guest coming along! :-P

EM backup problem

We are experiencing this weird problem basically, we had oracle enterprise manager that was sitting on one of our server but for some reason we had to drop our repository. We have created the new repository on new box and scheduled the backup on appropriate time. After that we uninstalled the oracle from the old box completely, but

FAQ 4.62 What's the difference between "delete" and "undef" with hashes?

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

Prefetch

OK... to all you people out in blog land, I need a little assistance. I'm trying to build a chart that explains how prefetch works; at the basics. What follows is something I was kicking around the other day.

A reference to a hash member? (to an object's member variable)

Hello, I have an object, which reads a header from a non-blocking socket and if the header indicates, that there is more data to read (a chat string) then it will read that too. To handle those 2 reading states (reading a header; reading a chat string) I try to use 3 variables: $buf, $toread, $offset

idea: insertion operator

Gentlemen, ever wonder if there was an easier way to do s/(bla)(goo)/$1NORD$2/ Well how about s/bla^goo/NORD/ Yes, that's right, a new special operator (I'm overloading ^ here, but I'm sure you can choose a wiser one that will also work at the beginng of a line.) Anyway, this brilliant concept I hereby toss to you (and