archives

Perl - Gnuplot Topics

If you have a response that contains information for both Perl and Gnuplot users then you might post to both groups. Otherwise you should probably post responses to just one group or the other. 1. Using Perl And Gnuplot With Windows XP And Windows Vista 2. Perl And Gnuplot Recommendations A. A Formal Perl - Gnuplot Interface

100% CPU Usage and Generation of Huge trace file

Hi, I am using Oracle 10.2.0.2.0 on a Windows Server 2000 box. I am attempting to perform a full export of the database using exp. When it gets to Exporting Public Synonyms, the CPU reaches 99% for the Oracle process, and the generation of a trace file in the udump directory goes into overdrive (it will generate about 1GB per minute.

How do I tell sendmail where to send bounced mail?

I am using the following code to send email from a Perl script: open(MAIL," /usr/sbin/sendmail -t") return 0; select (MAIL); print "To: mycustomer\@home.com\n"; print "From: me\@mybiz.biz\n"; print "Return-Path: me\@mybiz.biz\n"; print "Subject: Hello world\n"; print "\n"; print "It works!\n"; close(MAIL);

Use single perl instance multiple times

Hi, i have to "parse/compile" lot's of perl files (as fast as possible) and work with the output (...Can't locate XYZ.pm in @INC (@INC contains: XYZ) at - line 7. BEGIN failed--compilation aborted at - line 7....). For now i iterate over the files, create a new perl process for every file (perl -c -W -Mstrict -I XYZ) and write the bytes of the current

FAQ 4.36 How can I expand variables in text strings?

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

CAREER

May I help to find your right career $$$$$$$$$$$$$$$$$$$$$$$$ WWW.freewebs/basquelag/ $$$$$$$$$$$$$$$$$$$$$$$$

Teradata Perl Connection Question.

Hi I'm trying to post to the teradataforum but couldn't find any link to post. I'm trying to connect to Teradata and getting the following error. CODE: my $dbh; my $sth; my @row; $dbh = DBI->connect('dbi:Teradata:DB' , 'user', 'password') or die "Connecting : $DBI::errstr\n "; $sth = $dbh->prepare('select * from TableX) or die "preparing: ",$dbh-

measure response time

Hi, What third party software do you use to measure application's response time(including client time, network time, application server time, database time, etc)? Thanks Victor

Query Join

Hi, I have 2 tables: CUSTOMER_ID C1 C2 123 ABC x 456 DEF x 789 GHI P SQL> select * from y; CUSTOMER_ID C1 123 ABC 456 DEF 789 GHI 0 XXX I've been using a query like this, which is almost worksing:

FAQ 3.16 How can I make my Perl program take less memory?

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

Fail to upgrade all the packages of perl in Linux environment

Hello all, I want to upgrade all the packages in perl, but fail. Any sugguest? Thank you