Help for this page

Select Code to Download


  1. or download this
    # Minimum number of arguments that must be specified = 0
    # Miminum number of arguments that must be passed    = 1
    sub f(_) {}
    
  2. or download this
    # Minimum number of arguments that must be specified
    sub get_min_require_params {
    ...
          die("Unrecognized prototype\n");
       }
    }