One thing at a time all the time!

Welcome to Rocteur
Saturday, April 27 2024 @ 03:27 AM CEST

How can I copy only parts of an array to another array ?

@dest = @source[0..7];

@dest = @source[6..10];

@dest = @sources[3,4,9..15];

FAQ Manager » Perl » How can I copy only parts of an array to another array ?