> -Original Message-
> From: Kelly Jones [mailto:kelly.terry.jo...@gmail.com]
> Sent: Friday, April 10, 2009 13:33
> To: beginners@perl.org
> Subject: Replace string with list of strings via character changes
>
> I want to replace all the o's in a string with x's or y's and all the
> a's
> -Original Message-
> From: Dan Huston [mailto:dan.hus...@domail.maricopa.edu]
> Sent: Friday, April 10, 2009 11:24
> To: beginners@perl.org
> Subject: Looking for a quick, easy way to time system process
> to the sub-second
>
> Greetings All:
>
> I have a script that I am using to run
I want to replace all the o's in a string with x's or y's and all the
a's in a string with u's or v's.
Example: given string "foobar", the output would be this list of strings
fxxbur (change both o's to x, and the a to u)
fxxbvr (both o's to x, a to y)
fxybur (first o to x, second to y, and the a
Dan Huston wrote:
Greetings All:
Hello,
I have a script that I am using to run a series of sql statements
against two different Oracle databases to compare performance based on a
request from our DBAs.
I am currently using code like this:
$time1 = time();
$result = `$this_comm`;
$time
Greetings All:
I have a script that I am using to run a series of sql statements
against two different Oracle databases to compare performance based on a
request from our DBAs.
I am currently using code like this:
$time1 = time();
$result = `$this_comm`;
$time2 = time();
$time_tot = $ti
> "asmith9983" == asmith9983 writes:
asmith9983> I've found the site:-
asmith9983> [redacted]
asmith9983> very useful for things I've worked on for examples.
Sir, I'm personally offended by you. The authors of the materials you've just
posted an indirect link for worked hard to produce th
Hi All,
Can anybody help me in MSI Installer Automation. How can i do that in perl.
Is there any module which does that .
Thanks in Advance,
Siva