Help for this page

Select Code to Download


  1. or download this
    sub examp_func {
      my %args = @_;
    ...
      print "bar: $bar\n";
      print "baz: $baz\n";
    }
    
  2. or download this
    use Carp;
    
    ...
        return @res;
      }
    }