archives

Parsing

I am writing a top-down parser in Perl for a simple grammar. I would like to split on a change in a character set. Is there a way to split the tokens based on a change of a character set (like changing from a / \w+/ to /+/ or something like that. Basically I want to be able to split var = var1 + var 2; into tokens

FAQ 4.65 How can I store a multidimensional array in a DBM file?

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

KST Offers DataTrigger to Protect DB2/400 Files - IT Jungle

KST Offers DataTrigger to Protect DB2/400 Files IT Jungle, NY - 14 hours ago KST Software was founded in 1990, and has primarily developed and sold data conversion tools.

My IBM Database Magazine Article on MDM Server: Bringing Order to a Mixed Up World

My magazine article looks at the IBM Master Data Management Server with the bundling QualityStage jobs for data integration and load.

23 Powerful Utilities - PC Magazine

23 Powerful Utilities PC Magazine - 21 hours ago Among them, you'll find Adobe Acrobat 8 Standard, BullZip PDF Printer, PDF Converter Professional 4, and deskPDF Professional.

FAQ 5.32 How do I do a "tail -f" in perl?

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

Oracle external view schema discrepancy

hi, one of our customers has created an external view (view on external base tables in a different schema / database type). we do a DESC on a table or view to find out what the datatype is for a field using the oracle account for our application. - if it is a VARCHAR2 we treat it as a string - if it is a NUMBER(x) we treat it as an integer

Consulting - Asking For Money

Stowe Boyd, in a recent video he posted from "Going Solo" talks about some of the challenges Freelancers face. One item he discusses - something I agree is a huge problem with many consultants/freelancers - is asking for money. I would also contend that during the sales cycle, they often struggle

What Are House Concerts - the music side of life

I have provided career advice for IT pros dating back to 2004 - literally 100's of post on the topic.  Now I am eliciting advice/input from readers on a new endeavor. Marc - over at the Care & Feeding of the Micro Business User first introduce me to the idea of house

disjoint copy one hash to another

When I create a copy of a hash array, the operation on the copy hash seems to affect the original hash ( when the values are reference elements ) How do I avoid this ? In the following script %y is a copy hash , but change that and the %x original hash is affected -------------- use strict; use warnings;

pl/sql: test if record is empty

oracle 10G I apparently overlooked it in the manuals - so please be patient ... How can I test if a record is empty? I expected it to work like this: declare o_rec mytab%ROWTYPE; begin if o_rec.empty then dbms_output.put_line('empty'); end if; end; ... but it does not. Thanks, stephan

instant client RH EL 4.4 sqlplus

Hello, Am trying to configure instant client 10_2 on RH EL 4.4. So have set LD_LIBRARY_PATH, PATH and ORACLE_HOME to the dir where the unzipped instant client lives. However cannot seem to connect to remote DB using sqlplus like so: sqlplus user/password@IPAddress:1521/F RED Error 6 initializing SQL*Plus

Sqlldr make double quote

Hi guys, i'm trying to import csv data with sql loader, the fields are delimited by ";" and there isn't any double quote in csv. When i import it adds in all data of first and last column double quotes " the control file is follows: load data infile 'users.csv' into table TAB_USERS fields terminated by ";"

FAQ 5.35 Why can't I use "C:\temp\foo" in DOS paths? Why doesn't `C:\temp\foo.exe` work?

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