Help for this page

Select Code to Download


  1. or download this
    perl -wE '
    my @foo = (1, 2, 3);
    ...
    '
    1
    
  2. or download this
    perl -MTest::Deep::NoTest=eq_deeply -wE '
    my @foo = (1, 2, 3);
    ...
    '
    1
    0
    
  3. or download this
    perl -wE '
    my @foo = (1, 2, 3);
    ...
    Smartmatch is experimental at -e line 6.
    1