Hi,
I am new to perl, this is question is very silly and stupid. So,
Please spare me.................
Program.
#!/usr/bin/perl -w
@foo = qw ( s a n t o s h )
Now I want to store the 2nd and 5th element ( i.e. n and s ) from
the array foo to array fo. How do i do it ?????
@fo = $foo[ what do i type here]
With Regards,
Santosh M Hulkund
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: How do I extract 2 elements.... Santosh M Hulkund
- Re: How do I extract 2 elements.... Brett W. McCoy
- RE: How do I extract 2 elements.... Mooney Christophe-CMOONEY1
