Skip to content

Instantly share code, notes, and snippets.

@marcusramberg
Created November 10, 2020 12:50
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 marcusramberg/a237b898019f8ada0987a8eb9d887192 to your computer and use it in GitHub Desktop.
Save marcusramberg/a237b898019f8ada0987a8eb9d887192 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl -w
use strict;
if (1) {
$var = 'a';
}
print $var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment