Help for this page

Select Code to Download


  1. or download this
    sub foo {
       $_[0] = 'def';
    ...
    my $x = 'abc';
    foo($x);
    print("$x\n");   # def