Help for this page

Select Code to Download


  1. or download this
    my $left=$_[0];
    my $right=$_[1];
    
  2. or download this
    my $left = shift @_;
    my $right = shift @_;
    
  3. or download this
    use Test::More;
    use Data::Dumper;
    ...
    );
    
    done_testing();