Help for this page

Select Code to Download


  1. or download this
    {
        my @FIELDS = qw( foo bar baz );
    ...
        my %params = set_params();
        # Call other subroutines here 
    }
    
  2. or download this
    {
        my @FIELDS = qw( foo bar baz );
    ...
            bless \%self, $class;
        }
    }