Skip to content

Instantly share code, notes, and snippets.

@exodist
Created January 8, 2016 22:18
Show Gist options
  • Save exodist/cd34a157c15a6ed80f7f to your computer and use it in GitHub Desktop.
Save exodist/cd34a157c15a6ed80f7f to your computer and use it in GitHub Desktop.
perl -E 'use Data::Dumper; my ($x, $y) = \("x", "y"); print Dumper($x, $y)'
$VAR1 = \'x';
$VAR2 = \'y';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment