for (@x) { #since no running variable specified, use $_
    print "$_\n";
}
