Help for this page

Select Code to Download


  1. or download this
    return ...;
    
  2. or download this
    my @x = ...;
    use Data::Dumper;
    warn(Dumper(\@x));
    return $x[0];