Help for this page

Select Code to Download


  1. or download this
    use constant KERNEL => 0;
    sub sub1 {
    ...
      my $kernel = shift; # copies arg
      $kernel = 3;  # does not modify caller's version
    }