archives

Wrtiting to a file in LDIF format

Hi, I am trying to write to a file elements of an array. The output I want is simple LDIF format like this: dn:uid=xxx,cn=yyy,cn=zzz,O=xyz ,C=OO objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: person objectClass: top Has some one done something like this using "sprintf" or any other

FAQ 8.14 How do I modify the shadow password file on a Unix system?

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

FAQ 8.8 How do I get the screen size?

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

Fatwire announces Content Integration Platform

When I read about this here, I initially thought that it's yet another incarnation of what Fatwire used to call Integration Centre. But then I noticed that as part of this platform, they have included an EMC Documentum connector with plans of more such connectors. I recently heard

Printing Problems

Hi, I have following code which works ok. It does following: 1. reads data from a input file 2. puts the data into seperate variables in a array 3. reads from this array and prints out to another file It works except that it prints the same record 4 times. I can see I have missed some thing in my array definition as their are 4 elements

DB2 Videos - Educational, Entertaining, Now make your own

DB2 videos seem to be popping up all over the place lately. Personally I'm a big fan of the short video format. When it's done right it is a great way to spend 3-5 minutes and actually get some useful education about a particular piece of technology. You may already be familiar with channelDB2 which is full of these types of short educational videos. If not check

cockroach race: grep for characters in any order

Following on from the discussion about finding all of a set of characters in a string, here is a "cockroach race" I've made to see which solution is faster. I ran this on Perl 5.10, so you might get different results with some other version. use warnings; use strict; use List::MoreUtils qw/all/; sub bullock

Heteregenous connections client ==> oracle database ==> sqlserver

I am using 9i client to connect a 9i database 9.2.0.5 enterprise / 9i listener I have setup an ODBC connection to a sqlserver database on this server I can run the following code on the server select * from mi_v_agents@rdt ...where rdt is a link whenever I try and run from my client it fails / ORA-12154

Deploying a Grid Solution with IBM Information Server

Draft Redbook, last updated: Thu, 19 Jun 2008 - IBM Information Server grid deployment overview - Migrate an existing IBM Information Server to a grid environment - Grid deployment toolkits The computing industry is evolving from "limited scalability" Shared Memory Symmetric Multiprocessors infrastructures to "unlimited scalabilty" Shared Nothing GRID computing (Networked Multi-Process computing) infrastructures.

FAQ 8.2 How come exec() doesn't return?

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

ORA-04091 with table insert

Hi Group, Oracle 10G - This is my problem: There's a table containing a time series like date,val 1.1.08,2 2.1.08,1 3.1.08,4 5.1.08,-1 Now I need to advance this table in time, the new records come from a query so I have something like: insert into timeseriestable select date,val from timeseriesquery