Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my @inits = map {(split)[-3]} @lines;
    
    print join("\n", @inits);
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    closedir $dirh;
    
    print join("\n", @inits);