#!/usr/bin/perl

use strict;
use warnings;

if (my @x = 'foo' =~ m/(.)/) {
} else {
}
