archives

FAQ 8.15 How do I set the time and date?

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

Perlqt and QT-Designer

I am trying to get PerlQT working on Debian Etch, which isn't in the package tree. QT-Designer is, so it installs with no problem. PerlQT has to be installed from source and it also works. That is, I can write a perl script with QT bindings and the program runs fine. But I can't get PerlQT noticed as a plugin by QT-Designer. When I start

FAQ 8.22 Why do setuid perl scripts complain about kernel problems?

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

Спортивные товары Shop Body

Shop Body - интернет-магазин товаров для красоты и здоровья. Мы рады предложить Вашему вниманию товары для здоровья самые качественные и эффективные товары ведущих производителей мира: пояса, бандажи,

Oracle 9i R2 XML-XSLT Conversion Approach

Hello Folks, I have an architectural design question that is based on the cabilities of the Oracle XMLTYPE datatype and functionality in the 9i Release 2 database. For the upgrade-focussed crowd out there, the company I'm working for are currently working on an 11G migration, but timescales are not going to allow this version of the database to be

Password Auditor

I am looking for a ORACLE password auditor? Any suggestions?

FAQ 8.18 How can I do an atexit() or setjmp()/longjmp()? (Exception handling)

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

About Data buffer cache and LRU....

Hi there, I have a small doubt in the working of data buffer cache.Please help me to understand it. For the incremental checkpoint to happen , Oracle maintains the checkpoint queue(dirty queue also I guess was the old name).Its mentioned that there are two lists, one is LRU and is LRUW.The LRUW list contains the dirty buffers which are moved from the lru list to

Delivering Portal and CMS as Service Part 2

Tenant Specific Content Okay the next issue to be aware of is about how actually the content is stored. So let's for the sake of simplicity assume the content is a "News Article" with fields like Headline, Byline and Body. A very good article on issues related to multi tenant data architecture is here.

APAR Friday: What to look at this week

I have a couple of hipers today and one special attention / new function APAR for DB2 9 that looks like something most should be interested in. The first of the three hipers is for DB2 for z/OS Version 8 and deals with a problem releasing latches on the catalog and directory. PK59227:

help tablespace

hi, i have this query: SELECT count(*) FROM L_VEHICLE, FT_JOURNEY_STREET_CAT, L_STREET_CAT, L_ARG L_ARG2, ( SELECT DISTINCT FT_JOURNEY_STREET_CAT.ID_DRIVE R, FT_JOURNEY_STREET_CAT.ID_VEHIC LE, R_VEHICLE_DRIVER.ID_ARG FROM FT_JOURNEY_STREET_CAT, R_VEHICLE_DRIVER WHERE FT_JOURNEY_STREET_CAT.ID_DRIVE R = R_VEHICLE_DRIVER.ID_DRIVER OR

FAQ 8.30 How can I convert my shell script to perl?

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

Newbie wants a simple script in perl

Hi I have a file called "list1" - its got about 80 rows - each row is alpha numeric name w/ ".txt" extension - each name refers to a file in the dir. The script reads the list - for each name in the list, it will perform an operation (an executable of a "C-program" and writes to same name with a different extension, say ".mp3".