Front page | perl.beginners |
Postings from July 2006
array help
Thread Previous
|
Thread Next
From:
Sayed, Irfan
Date:
July 20, 2006 09:44
Subject:
array help
Message ID:
21E45636685E4A4F9908DFB6D5FA426005DE6F59@si0003avexu1.global.avaya.com
Hi,
I have written following line. but i am getting error
my @test = ("/test" , "/playground");
print @test;
i am getting output as follows
/test/playground
i need the output in following fasion
/test
/playground
can you please tell me what is wrong?
Regards
Irfan.
Thread Previous
|
Thread Next
-
RE: array help
by Wagner, David --- Senior Programmer Analyst --- WGO
-
array help
by Sayed, Irfan
-
array help
by Sayed, Irfan