Help for this page

Select Code to Download


  1. or download this
    <document>
    <position>
    ...
    </departments>
    </position>
    </document>
    
  2. or download this
    #!/perl
    use strict;
    ...
    
    $template->param(DEPT => \@deptartment);
    print $template->output;
    
  3. or download this
    $VAR1=[
    {department => {
    ...
    'Human Resources' => {}
    }
    ]