archives

HENNESSY JOHN L - istockAnalyst.com

HENNESSY JOHN L istockAnalyst.com, OR - 14 hours ago Each share of Class A Common Stock was issued upon the conversion of one share of Class B Common Stock at the election of Reporting Person.

FAQ 5.18 How can I open a file with a leading ">" or trailing blanks?

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

Regex for password checking

Hi, Just wondering if [:print:], with a pretest for a space would meet all the requirements of a unix password. (mixed case, numbers, and symbols) Or is there some easier way of doing it? TIA Owen use strict; while (<DATA>) { chomp; my $new_pass = $_; if ( $new_pass =~ / / ) { print "$new_pass Error, contains space

FAQ 5.17 Is there a leak/bug in glob()?

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

Delay in program execution

I have a website where I use a shareware store written in Perl that contains 40+ modules. It runs very fast, but I have noticed over the years, if I make changes to a module's code and post it, there is a 3 or 4 second delay in its execution the first time I run it, then every other time it runs with no delay. I know (or believe strongly) perl

Perl vs. Php

Preface: This is not a flame war, please don't turn it into one. I am involved in a very large project that will be doing a lot of talking to Postgres databases (possibly using a a RST middleware). The database guys want to use php for all of their stuff, I want to use perl for mine. The reasons I want to use perl are:

FAQ 5.6 How do I make a temporary file name?

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

Orion and Database Performance Testing

A Discussion on a mailing list prompted this blog A site has acquired a new storage system aka a new SAN and Oracle as to be give a home on this. The DBA wanted to test out the SAN and see if they could get some performance data prior to moving the DW to the new storage. Orion was mentioned as a great testing tool and one DBA mentioned that he had used Orion and it had

Yet another interface to SWI-Prolog in mod_perl

I am trying to run the Yaswi [link] module in mod_perl, use CGI qw(:standard); print header; use Language::Prolog::Yaswi qw(:query :run); use Language::Prolog::Types::overl oad; use Language::Prolog::Sugar functors => { equal => '=', is => 'is' },

FAQ 7.5 How do I temporarily block warnings?

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

Manchester University admissions policy - Times Online

Manchester University admissions policy Times Online, UK - 18 hours ago Description: A conversion publication outlining the benefits of accepting a place at the University.

Manchester University admissions policy - Times Online

Manchester University admissions policy Times Online, UK - May 24, 2008 Description: A conversion publication outlining the benefits of accepting a place at the University.

How do you get your database information

Where and HOW do you get your database information? It is easier than you think.