archives

Business Intelligence Drives CRM Adoption in Government

Another interesting finding is that an increasing number of government agencies are viewing not only citizens, but also their employees as constituents.

FAQ 1.5 What was Ponie?

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

FAQ 1.1 What is Perl?

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

What is Oracle - a look back

I have been looking through some older technical books in my bookshelf and there is one

FAQ 1.6 What is Perl 6?

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

Generating fancy/pretty documents

Suggestions on how to produce "nice" text documents from Perl? Plain text is easy, of course, but I need to be able to do fancier/formatted stuff. What I've done in the past is generate HTML [with <tables>, <fonts>, etc] and then use an app like HTMLDOC to convert that to PDF (and, indeed, a long time back I used to generate troff input and use ghostscript to

Perl Script to be automated

Hi there perl programmers. I have a script that scrapes web data which i invoke by the command prompt window. Basically it scrapes results from sports events on a daily basis. It was written for me by a friend whom dabbles in Perl and he says he has no idea how to automate it to cycle through events.

is there anyway to get the 10g 11g DBMS_CRYPTO stuff for 9i?

hello forum, i know about DBMS_OBFUSCATION_TOOLKIT in 9i. but, is there anyway to get the 10g 11g DBMS_CRYPTO stuff for 9i? for example, if i get a hold of {ORACLE_HOME}/rdbms/admin/dbms obtk.sql from a 10g/11g installation, would it work if i plonk it into my 9i installation? if so, what else would i need to

Net::SMTP and Postfix mai considered spam by googlemail

Hi I am looking at Net:SMTP and keyed in the following code as a test: use Net::SMTP; my $smtp=Net::SMTP->new ("[link]",Hello=>'[link]>60,Debug=>1); $smtp->mail("john\@example.com "); $smtp->recipient("one.two\@goo glemail.com"); $smtp->auth('joe','soap'); $smtp->data; $smtp->datasend("From: john\@example.com\n");

JDBC Driver 8.1.6

Hello, Is it possible to download somewhere JDBC Driver 8.1.6 ? I would need to connect an old Oracle 7 database (The oldest one I found is 8.1.7) Thanks in advance.

FAQ 1.7 How stable is Perl?

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

Sed's N equivalent in Perl paragraph mode

Hi, I want to remove this and next paragraph when criteria is met in this paragraph. If expressed in sed, it'll be: sed -paragraph_mode '/criteria/{N; d; }' I tried the following in Perl, but neither works: perl -n000e 'if (/criteria/) { next; next; }' or, perl -n000e ' if (/criteria/) { next; $skip_next=1; }

A pen pal of note - The Times

A pen pal of note The Times, South Africa - 22 hours ago Neat trick.

Team Dynamics - Find The Gem

In every team there is a gem and in every team there is a stinker - maybe more than one. You polish the gem and let that person shine and you use the stinkers for whatever they may be good for and sometimes that's not much. I will find a link or two for you about how to deal with stinkers but let's concentrate on the gems - they will make your project. I began a BPM project over a year ago. Plagued