Skip to content

Instantly share code, notes, and snippets.

@benallfree
Created August 10, 2014 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benallfree/b636e915ba56f87668da to your computer and use it in GitHub Desktop.
Save benallfree/b636e915ba56f87668da to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
my $id = (getpwuid($<))[0];
print "Content-type: text/html\n\n";
print "<html><body>";
print qq($id\n);
print "</body></html>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment