Skip to content

Instantly share code, notes, and snippets.

@studio3104
Created November 27, 2012 05:48
Show Gist options
  • Save studio3104/4152590 to your computer and use it in GitHub Desktop.
Save studio3104/4152590 to your computer and use it in GitHub Desktop.
scope
#!/usr/bin/env perl
#use strict;
use warnings;
use Data::Dumper;
if (1){
$calar = '外から見えるのよ';
}
print $calar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment