archives

CNC Machine Shop the Key to Staying in Business - Jobwerx

CNC Machine Shop the Key to Staying in Business Jobwerx, WA - 1 hour ago "One of my customers uses us to make their catalytic converters in various sizes,” Mr.

FAQ 7.20 Why doesn't "my($foo) = ;" work right?

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

Matching many when valid line exists

I am pulling my hair out trying to make a regex that will 1) Validate an entire line of input 2) Return any number of matches in the line The condition is that any number of product codes must exist on a line separated a space. It may or may not start or end with spaces. The product code is a 10 digit number.

FAQ 7.16 How do I create a static variable?

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

sockets giving me gray hairs. server keeps dying

Hi guys, i'm having bit of a hard time getting my very simple multiplexing socket server staying alive. It keeps exiting without giving any messages, and since i'm running the bugger in while(1) loop i don't quite get why the heck it does that. Its a very basic echo server with some added features for keeping

Installing module Apache2::Reload failed

Dears, I am trying to install the module Apache2::Reload but when I do perl Makefile.PL it returns the quote: "You don't seem to have mod_perl 1.0 installed at Makefile.PL line 112." Makefile.pl (line 112 ff): -------------------- 8< -------------------- if ($mod_perl::VERSION >= 1.99) { # so we don't pick 2.0 version if 1.0 is wanted

empty variables - getting rid of "uninitialized value" warnings?

I have perl code which should do some action only if: - the variable does not begin with "#" (commented out), - the variable is not empty use strict; use warnings; my @array = ("# Comment", "/usr/bin/binary --test", ""); foreach my $var (@array) { my @execargs = split(/#/, $var); if ( $execargs[0] ne '' ) { print "$var 0: $execargs[0] \n" }

5.10.

I have downloaded, compiled, and `make install' perl5.10.0, ok 3 Questions,` 1) even if I `./configure --prefix=/usr', it still installs to `/usr/local'. How do I get it to instal to /usr/? (Just 'mv /usr/local/bin/perl5.10 /usr/bin'? 2) Do I just relink /usr/bin/perl /usr/local/bin/perl5.10 to have it

Reminder - Free DWG Trueview Available from Autodesk - GISuser.com (press release)

Reminder - Free DWG Trueview Available from Autodesk GISuser.com (press release), MD - 48 minutes ago Add page setup information during the conversion process.

FAQ 7.13 What's a closure?

This is an excerpt from the latest version perlfaq7.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 9i Latching Issue

Hi, I'm a beginner Oracle DBA who is facing a performance issues on a 9i instance running on Solaris. The db instance hosts a number of web applications including in-house apps and oracle apps such as Discoverer. For the past month there have been periods where the db has slowed down to an almost unusable state. I've

Redo Question

Hi, We are trying to see what the optimal size of our redo logs should be and how many we should have. We are running 10g, and we know that there is the MTTR_ parameter. But for now, we want to the the log_checkpoint...... We have a high transaction system. Currently we have 5 redo logs, each 50M. We are still receiving the error "Check point not