Help for this page

Select Code to Download


  1. or download this
    @firstblock = @text1[1..($#text1-1)];
    # remember the left index of the slice can never be greater than the r
    +ight... no -1
    
  2. or download this
    foreach $value (@arrBlock) {
       print "$value\n";
    }