Skip to content

Instantly share code, notes, and snippets.

@shiba-yu36
Created February 15, 2011 06:20
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 shiba-yu36/827165 to your computer and use it in GitHub Desktop.
Save shiba-yu36/827165 to your computer and use it in GitHub Desktop.
なんで死なないのかよくわからない。perl5.8.9使ってる
use strict;
use warnings;
my $test = undef;
for my $p (@{ $test }) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment