Skip to content

Instantly share code, notes, and snippets.

@davel
Created September 13, 2010 13:59
Show Gist options
  • Save davel/577321 to your computer and use it in GitHub Desktop.
Save davel/577321 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use strict;
use warnings;
my $aaa = undef;
foreach my $foo ( @{$aaa} ) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment