Hi,

I have a following line/statement stored in variable $test

deliver.Admin_Irfan_Project.20060413.212355

i want to split this line in . and store in array.

I am using following code

my @name = Split(/./, $test);

but i am getting following error

Use of uninitialized value in pattern match (m//) at C:\irfan\TESTSE~1.PL 
line 4
1.
Undefined subroutine &main::Split called at C:\irfan\TESTSE~1.PL line 41.

Any solution plz.

Regards
Irfan Sayed

 

Reply via email to