Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print "</body>";
    print "</html>";
    
  2. or download this
    foreach (@data){
      print $_;
    }
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "</body>";
    print "</html>";