Skip to content

Instantly share code, notes, and snippets.

@mthadley
Last active August 29, 2015 14:02
Show Gist options
  • Save mthadley/cb67547127cdc28a61c5 to your computer and use it in GitHub Desktop.
Save mthadley/cb67547127cdc28a61c5 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
# Hello World
use strict;
use warnings;
my @message = ("Hello"," ", "World","\n");
print for (@message);
__END__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment