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.

Reply via email to