Help for this page

Select Code to Download


  1. or download this
    $splitArray[0] = 1,
    $splitArray[1] = Hugo, Inc.
    ...
    $splitArray[3] = This is a test
    $splitArray[4] = ,34.5,17.9,
    $splitArray[5] = Marc, Cindy and Rob
    
  2. or download this
    use strict;
    
    ...
    foreach my $answer ( @answerArray ) {
        print "$answer\n";
    }