Changing colour, font and weight of text in a shell

2006-10-27 Thread Allister Gearon
Hello, is there a simple way to do this? I have had no luck in my searches so far. Perl version 5.8.8 TIA Al -- Public Key to be found at www.keyserver.net. Search for [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hashes and scope

2006-04-20 Thread Allister
On Thursday 20 April 2006 21:48, Tom Phoenix wrote: > On 4/20/06, Allister <[EMAIL PROTECTED]> wrote: > > %qnums_quests = ($quest_number, $quest_string); > > The assignment operator replaces the entire variable on the left with > the value on the right. If you wish to mod

Hashes and scope

2006-04-20 Thread Allister
. Allister #!/usr/bin/perl -w open QUESTIN , "){ chomp; push @quest_temp, $_ ; } foreach $quest_string (@quest_temp) { my ($quest_number, $quest_number2, $quest_number3); $quest_number = substr( $quest_string, 0, 3); if ($quest_number =~