Skip to content

Instantly share code, notes, and snippets.

@pmichaud
Created September 27, 2012 18:09
Show Gist options
  • Select an option

  • Save pmichaud/3795470 to your computer and use it in GitHub Desktop.

Select an option

Save pmichaud/3795470 to your computer and use it in GitHub Desktop.
my $one = prompt "one: ";
say "one = $one";
my $two = prompt "two: ";
say "two = $two";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment