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
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
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
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