Help for this page
Select Code to Download
Select
or
download this
sub foo { $_[0] = 'def'; ... my $x = 'abc'; foo($x); print("$x\n"); # def