Skip to content

Instantly share code, notes, and snippets.

@zayfod
Last active May 6, 2019 15:45
Show Gist options
  • Save zayfod/6127180 to your computer and use it in GitHub Desktop.
Save zayfod/6127180 to your computer and use it in GitHub Desktop.
Perl "hello world" program. #perl #hello
#!/usr/bin/perl
print "Hello, World!\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment