Help for this page

Select Code to Download


  1. or download this
    sub out {
        my $x = shift;
    ...
        };
        return $x + in_2();
    }
    
  2. or download this
    sub upper {
    
    ...
    }
    
    }