Help for this page
my ( $x, $y ); ... print("b = $$b\n"); # 15 print("x = $$x\n"); # 14 print("y = $$y\n"); # 15
x = new int; *x = 14;
if (y == NULL) { y = new int; } *y = 15;