Skip to content

Instantly share code, notes, and snippets.

@gugod
Created January 19, 2018 15:03
Show Gist options
  • Save gugod/15244558a6ce779e5e2d517384415830 to your computer and use it in GitHub Desktop.
Save gugod/15244558a6ce779e5e2d517384415830 to your computer and use it in GitHub Desktop.
my ($a,$а,$α)= (1,2,3);
use strict;
use utf8;
my ($a,$а,$α)= (1,2,3);
if($a==1 && $а==2 && $α==3) {
print "Hello World\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment