Re: Meta: please don't mail here if you have huge useless pointless disclaimers (was Re: SOH char)

2007-11-19 Thread Dyana Wu
On 20 Nov 2007, at 12:29 PM, Chas. Owens wrote: -snip- People can do whatever they want, but there is always the question of reasonableness. -snip- Can we all agree that we've officially gone past any semblance of "reasonableness" by having had this thread continue after it has already achieve

Re: Array Manipulation

2007-10-25 Thread Dyana Wu
On 25 Oct 2007, at 4:59 PM, Sayed, Irfan (Irfan) wrote: Hi All, I have one array say my @test=(1,2,3,4,5); if I print this array it will print like this print "@test\n"; and the output is 1 2 3 4 5 so I mean to say that if I type print "@test1\n"; then output should come as 1 2 3 4 5 Try ma

Re: RE

2007-10-17 Thread Dyana Wu
On 18 Oct 2007, at 12:55 PM, [EMAIL PROTECTED] wrote: -snip- Even the @weekdays doen't yield all the days instead it yields the combination of three days... my @weekdays = join '|', qw; my @months = join '|', qw; print @weekdays; -snip- Er, because is not a valid range in Perl. Example

Re: Learning Perl

2007-10-07 Thread Dyana Wu
On 07 Oct 2007, at 8:27 PM, Kaushal Shriyan wrote: Hi I do not have any experience in programming at all. How do i start learning Perl language. Can some one here point me to the right direction to learn Perl Language http://learn.perl.org HTH. dwu -- To unsubscribe, e-mail: [EMAIL PR