archives

($x == ($y or $z)) same as (($x==$y) or ($x==$z)) ???

I expected ($x == ($y or $z)) to return true if $x equals either $y or $z. iow to give the same as (($x==$y) or ($x==$z)). But it doesn't. Why?

FAQ 3.31 What's MakeMaker?

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

google urls - Free

[link] tube 365 com [link] com [link] zootube365 [link] [link]

ORACLE SILENT MODE INSTALLATION

You can automate the installation and configuration of Oracle software, either fully or partially, by specifying a response file when you start the Oracle Universal Installer. The Installer uses the values contained in the response file to provide answers to some or all of the Installer prompts: [link]

RMAN incremental Backup in Oracle 10g

RMAN incremental backup option backs up blocks that have changed since the last incremental backup at the same level or below. For instance, a full backup (level_0) is taken on day 1 and two incrementals of level_1 are taken on days 2 and 3. The latter two merely back up the changed blocks between days 1 and 2 and days 2 and 3, not across the

MGMT VISIONS - PRIDE-ISEM Phase 2 - Oct 13, 2008

This week my tutorial is a review of "PRIDE"-ISEM, Phase 2, System Design; includes discussion on Chronological Decomposition (design technique). This is Part XI of our series on the "PRIDE" METHODOLOGIES FOR IRM (special broadcast). My "Pet Peeve of the Week" is "Feel Good Types" and we also have our "Letters to the Editor."

Bryce's Pet Peeve - Feel Good Types - 10/13/2008

My Pet Peeve of the Week is "Feel Good" Types - consultants and speakers who want us to feel good about ourselves.

FAQ 3.25 Where can I learn about CGI or Web programming in Perl?

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

Most portable TVs are analog, can't get digital signals - USA Today

Most portable TVs are analog, can't get digital signals USA Today - 12 hours ago 17, when broadcasters must abandon analog and just transmit digital signals — unless the sets are connected to digital-to-analog converter boxes.

How to make all available CPU resource to Perl/MySQL in Win XP?

Hi Sorry that this isn't really a 'Perl' problem, although there may be a Perl solution... I am developing a Perl & MySQL application - the problem I have is that the program takes a while to run and yet when I look at the CPU utilisation (with SysInternals Process Explorer) I see that the programs Perl.exe & mysqld-nt.exe are barely using 2% of CPU each.

Oracle exception USER.INDEX_QUERY violated

Waht kind of exception is thaht Somtimes when i instert i have this exception and this row doesn't exist in a table So it's not the duplicate key problem

Why CRM Vendors Need Robust Professional Services

Software vendors that provide the depth of change management, professional development and domain-specific strategic advisory services will become especially attractive as the advisors of choice.

FAQ 2.11 Perl Books

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

Alternatives to 'beeps' and 'boops' - International Herald Tribune

Alternatives to 'beeps' and 'boops' International Herald Tribune, France - 6 hours ago If you don't have a separate audio converter program, use the copy of iTunes that probably came with the Mac.

Inplace editing the elegant way

I would like to develop a script that can inplace edit a large file (potentially 1Gb), omitting some lines according to a regex and replacing some lines according to another regex. Here is an example of a script that does this with a couple of hardcoded patterns: { local ($^I, @ARGV) = ('', ($full_path_to_config_file));