NAME

IX::Args - prepare arguments for a subroutine whether they are passed directly or via CGI


SYNOPSIS

  use IX::Args;
  ...
   my ($x, $y) = IX::Args::get(
           passed   => \@_,
           expected => 'x,y',
   );


REQUIREMENTS

IX::Args needs a description


METHODS

get()

Explanation of get().


AUTHORS

Written and maintained by Marcus Del Greco (marcus@mindmined.com)