Text block switching or HTML Templating

2002-02-06 Thread Rashid Faraby
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

RE: regular expressions

2001-07-27 Thread Rashid Faraby
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

Inserting Array Elements sequentially

2001-07-26 Thread Rashid Faraby
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

How to Insert Array Elements Sequentially

2001-07-26 Thread Rashid Faraby
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

Re: Text::Wrap for perl 5.6.0

2001-07-20 Thread Rashid Faraby
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

Re: What modules should I look to first?

2001-07-19 Thread Rashid Faraby
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

Re: STDIN and STDOUT

2001-07-10 Thread Rashid Faraby
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

Re: STDIN and STDOUT

2001-07-10 Thread Rashid Faraby
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