Skip to content

Instantly share code, notes, and snippets.

@tryperl
Created February 15, 2014 14:36
Show Gist options
  • Save tryperl/9020098 to your computer and use it in GitHub Desktop.
Save tryperl/9020098 to your computer and use it in GitHub Desktop.
Created by www.tryperl.com.
#Created by tryperl.com
no strict;
no warnings;
my $x = 3
if (my $x = 3;)
print "True"
}
else {
print "False"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment