Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
        foreach $module (@modules) {
            print "$module \n";
    }
    
  2. or download this
    use strict;
    
    ...
    foreach (sort keys %hash) {
        print "$_.pm \n";
    }