Help for this page

Select Code to Download


  1. or download this
    my @fname = ("Bob", "John", Ashley");
    my @lname = ("Johnson", "Hill", "Sharp");
    my @state = ("AK", "CA", "AL");
    
  2. or download this
    {Bob Johnson} => {AK}
    {John Hill} => {CA}