Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "\nnew_hosts:\n";
    print join "", @new_hosts;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print "\nThe new array:\n";
    print join "", @new_hosts;