Skip to content

Instantly share code, notes, and snippets.

@kwilczynski
Created September 28, 2011 08:41
Show Gist options
  • Save kwilczynski/1247391 to your computer and use it in GitHub Desktop.
Save kwilczynski/1247391 to your computer and use it in GitHub Desktop.
define iterator {
if $name =~ /test/ {
notice "found"
}
}
$a = ['abc', 'deftestghi', 'xyz']
iterator { $a: }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment