Help for this page

Select Code to Download


  1. or download this
    my $string = "millenium";
    
    ...
    foreach my $char (@list) {
      print "$char\n";
    }
    
  2. or download this
    m
    i
    ...
    i
    u
    m