archives

Breaking news and weekly top stories via email - Lifehacker

Breaking news and weekly top stories via email Lifehacker, CA - Oct 10, 2008 The application boasts extensive options for customizing your preferences with virtually any aspect of your conversion .

FAQ 3.30 What's MakeMaker?

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

command line with -e

I managed to make the following work on my pc: perl -e "print \"Hello world\n\"" should I be able to also assign value to $_ and then verify it, possibly in this way just for quick checking? tried the following but seems not working: perl -e "$_=2" perl -e "print \"$_2\n\""

HOw to introduce a proactive approach on DB use?

hello everyone, I just arrived at a shop where there are monthly performance problems. At every end of the month, endusers are running reports (business objects) and Peoplesoft batches. Problem is, that there is no overview with the DBA-team of the database use, e.g. : - a nightbatch was accidentally started during daytime, the DBA team

FAQ 3.9 Is there a ctags for Perl?

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

Radio on the go - Chicago Sun-Times

Radio on the go Chicago Sun-Times, United States - 12 hours ago

FAQ 3.11 Where can I get Perl macros for vi?

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

how to close STDIN

Hi, i have a script running on a web server (Apache) that accepts data from STDIN and saves it: use IO::Handle '_IONBF'; use constant BUFSIZE => 1024 * 2; my $io = new IO::Handle; if ( $io->fdopen(fileno(STDIN),"r") ) { while($io->read($buf, BUFSIZE)) { # ... save $buf ... } $io->close;

GETDATA to POSTDATA

Hi, I have a page that the server redirects to incase of an SQL Inject attempt. The thing is, because of the rewrite rule (something beyond my understanding) the page won't work properly. Call it directly, it works, call it via the rule, not so much. What does work is if in that new page, I redirect it to another copy of that

Remember – Process Drives Data and Data Drives Information. HM

So while we were having angst over who was going to design the system I was having angst about how we were looking to management. The answer - Not Too Good. It was critical that we succeeded and here politics and internal fighting dragged us down. Since my reputation is built on getting the job done Victor and I had to work closely together to alleviate the arguments, tone down expectations

good/bad statistics

From time to time I am called in to investigate performance problems as last week. In this case there was one bad performing query. Instead of using indexes the optimizer chose full table scans. When looking at the statistics I thought that the optimizer should have used available indexes here. In this case my colleagues had gathered new statistics just a week

FAQ 3.19 How can I make my CGI script more efficient?

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