output is a b c d <SPACE>j k l m n o p q r s t u v w x y z what is wrong in this code ..i am trying to capitalize e, f, h, i Thanks in Advance#!/usr/bin/perl -w @array=(a..z); splice @array,4,5,map(uc,@alpha[4..8]); $,=''; print "@array\n";
In reply to splice question by agent
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |