http://www.perlmonks.org?node_id=1027349


in reply to Print from array element to another array element

The problem is that the range operator .. is not recognised in double quotes. This should work, though:
print @array[3 .. $end], "\n";

It might be faster and easier, though, not to split the string at all and work with substr and length.

لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ