Skip to content

Instantly share code, notes, and snippets.

@eru
Created June 17, 2012 11:17
Show Gist options
  • Save eru/2944229 to your computer and use it in GitHub Desktop.
Save eru/2944229 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use warnings;
my $val = "Hello, World!\n";
print $val;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment