The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
module a (
   x, y);
   input [2:0] x;
   output [2:0] y;
   b i_b (.w(y[2:0]), .z(x));
endmodule