sub testthis { $_[0] = "Hi mom.\n"; } testthis ( $flag ? $yes : $no ); foreach ( $yes, $no ) { print "$_\n" if defined $_; }