Skip to content

Instantly share code, notes, and snippets.

@gugod
Created June 8, 2009 07:21
Show Gist options
  • Select an option

  • Save gugod/125688 to your computer and use it in GitHub Desktop.

Select an option

Save gugod/125688 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use 5.010;
my @foo = qw(1 2 3);
my @bar = qw(a b c);
say "right" if @foo == @bar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment