archives

FAQ 8.49 How do I add a directory to my include path (@INC) at runtime?

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

www.thenikeshoes.net china wholesale cheap armani lacoste hogan puma trainers cheap gucci prada purse

Air Jordan 23 x air force ones Fusion Air Jordan 12 Fusion [link] Air Jordan 5 x AF1 Fusion Black/Red Sneaker Air Jordan Force 12 Fusion Air Jordan V x Air Force 1 Fusion Nike Air Jordan Force XII Fusion Air Jordan XII x AF1 Fusion [link] AIR FORCE 1 AIR JORDAN V fusion Nike Air Jordan XII Fusion [link]

Sendmail

my $email = populateEmail("test"); print $email; open(SENDMAIL, " /usr/lib/sendmail -oi -t -i") or print "cannot open SENDMAIL: $!"; print SENDMAIL <<"EOF"; To: ${email} Content-type: text/html testing EOF close(SENDMAIL); The above code results in "No recipient address found in header" but when i replace ${email} with direct address say deepan.

Great website to start IT Certifications like OCP, MCSE, etc

Great website to start IT Certifications like OCP, MCSE, CCNA, CCNP, A + etc. [link] Good luck.

Uninitialized values in hash

Hi, I am running the following code: use strict; use warnings; my $verbose = 1; my $info = "[INFO] :"; my $error = "[ERROR]:"; my $configFile = "config.dat"; # Recommended plugins. my %User_Preferences = (); print "Reading configuration data ...\n"; open FILE, "$configFile" or die "$error Could not open file

FAQ 8.41 How do I use an SQL database?

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

Best practice on windows

Hi, What are the recommendations for oracle on Windows Antivirus disable ? Antivirus skip datafile ? Defragment datafile ? Thanks for your help Oracle 9.2.0.8 Windows 2003

Are the number of posts to comp.databases.oracle.server dropping off ?

Hi, the last few years have seen a notable decrease in the number of posts to comp.databases.oracle.server (cdos) See [link] I am really surprised given the increasing and numerous terse impromptu posts from some of the more active regular members of this

IDUG North America Early Registration Discount Ends Soon

Just a heads up that if you are planning on attending the IDUG North American conference in Dallas which runs from May 18 to May 22 you should register soon. The early registration discount of $200 ends on April 18 so don’t delay (the money you save could be used to buy your favorite blogger a beer :-) If you have ever

Career, Quality of Life, and Decisions

With the current housing crisis, I wonder how many are even considering that their decisions, not the economy, are the reason for their current eroding quality of life. We live in a community in Arizona where there are, as with a number of other places, a huge jump in foreclosures and a very dramatic drop in home prices. I think I read somewhere that there has been a price per square foot drop

IOUG - Are you going?

Sorry for not posting more. I've really been head's down in some coding efforts. Having a blast too. I haven't done coding like this in a while. Anyway, I will be at IOUG next week and was wondering who else will be there. EnterpriseDB will have a booth and I will be manning it off and on. We're giving away signed copies of my book. I'm not sure how many they will bring but make sure to stop

Up and Running with DB2 on Linux

Draft Redbook, last updated: Thu, 10 Apr 2008 - Experience the power of the integration of DB2 9.5 and Linux - Make it easier to get DB2 UDB up and running on Linux - Leverage DB2's powerful autonomic technology Linux is one of the fastest growing server operating platforms within the past few years.

FAQ 8.45 How do I install a module from CPAN?

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

Check for uncompressed rows in compressed table

Folks, Is it possible to check for uncompressed rows in a compressed table? I have looked everywhere and I cannot find an answer to this. Thanks in advance

Unpack - getting values directly into the correct variables

Hello all, I'm just starting to get into perl, so please forgive me if I'm asking something obvious. I'm using the unpack function to parse through a fixed length file. It's working well, but there's lots and lots of fields, and I'd like to make the code more readable. What I have now is this: $LOGFILE = "text.log";

Managing the Zoo

Here is a blog post I have put together referencing another entry that I feel is going to be come an essential reading for all of those folks who would want to explore further the adoption of social computing within the enterprise beyond the initial grassroots and which details the level of change in the organisation that would need to take place in order to make it happen and enter in full force

Covering for Incompetence

Describes your options when your boss is ineffective.

Upgrade from Database 9i to 10g on Linux

Hello, I am supposed to upgrade a 9i database to 10g on Linux x86 on 32bits. Things to know: - I want to preserve old installation. On 9i some very good DBA (not like me) installed the database and there are many scripts which automate things like backup - I don't need to upgrade the old database, I will create a new schema