Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings;
    use strict; # comment
    ...
    use Data::Dumper;
    
    print "Hello World \n";
    
  2. or download this
    #!/usr/bin/env perl
    use warnings;
    use strict;
    use Data::Dumper;