Help for this page

Select Code to Download


  1. or download this
    @numbers = (4, 5, 6);   # not necessarly consecutive
    
  2. or download this
    $str = 'test number X';
    
  3. or download this
    @newArray = ('test number 4', 'test number 5', 'test number 6');