Dear Friends,
I am faced with a dilemma related to a website I am in the process of
redesigning. I have a number of pages which have extensive javascript to
control my drop-down menues. The thing is I have modified this section
after creating all the pages for the site because I added more p
Another way to do it is to use Damian Conway's Text::Autoformat module.
It's smart enough to handle multiple modes of case conversions. For
instance:
The 'title' mode capitalizes the first letter of every word in a
sentence: "Hello World. Goodbye. What A Cruel World"
The 'highlight' mode cap
Hi Folks,
[I sent this post this morning but it doesn't look like made it. So I'm
resending it!]
I've been struggling with this for a couple of hours this morning and it
seems like I'll need some help from the pros.
I have a long file consisting of document numbers. I would like to
insert s
Hi Folks,
I've been struggling with this for a couple of hours this morning and it
seems like I'll need some help from the pros.
I have a long file consisting of document numbers. I would like to
insert sequentially a number into records saved in another file I am data
munging through a while
Text::Wrap should be a part of your standard installation, if I am not
mistaken! Check your Perl/Lib/text directory.
Rashid
-Original Message-
From: <[EMAIL PROTECTED]>
To: Perl Discuss <[EMAIL PROTECTED]>
Date: Fri, 20 Jul 2001 09:05:37 -0500 (CDT)
Subject: Text::Wrap for perl 5.6.0
PerlMonth has an interesting survey which ranks favourites modules:
http://www.perlmonth.com/polls/index.html?issue=11
Very informative and useful site, by the way!
Rashid
-Original Message-
From: "MRossland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Wed, 18 Jul 2001 16:39:05 -0
Try
BEGIN {
open (STDERR, ">c:/temp/error.txt");
}
To capture STDERR in temporary text file. I always use this in my
scripts for debugging purposes. It usually helps ;-}
Rashid
-Original Message-
From: Bob Mangold <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue, 10 Jul 2001 0
Try
BEGIN {
open (STDERR, ">c:/temp/error.txt");
}
To capture STDERR in temporary text file. I always use this in my
scripts for debugging purposes. It usually helps ;-}
Rashid
-Original Message-
From: Bob Mangold <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Tue, 10 Jul 2001 0