Hello monk,
I'm trying to split a filename (Hena.Al-pad.0.0.0 )
I'm using
@file = split(/./, $file_name);
to split the filename but when i try to print it out print "Split file name: $file[1]";
nothing show up...is my syntax wrong? i double check and it look right