Help for this page
#!/usr/bin/perl ... my $x = shift; $x = 5; }
#!/usr/bin/perl ... my $x = shift; $$x = 5; }