Help for this page

Select Code to Download


  1. or download this
    use Text::ParseWords;
    
    <DATA>;
    ...
    1371    "Health Politics and Policy"
    1371    "Advanced Health Politics?"
    1371    "Introduction to Health Policy & Management"
    
  2. or download this
    my @keys = qw ( ID Dept Fax);
    print ul( map { li("$_: $data{$_}") } @keys);