Help for this page

Select Code to Download


  1. or download this
    sub new {
      my $value1, $value2 = @_;
      ...
    }
    
  2. or download this
    sub new {
      my $only_value = shift;
      ... (not the same as above ...)
    }