Help for this page

Select Code to Download


  1. or download this
    
        hash table1
    ...
          24                         temperature
          25                         pressure
          26                         humidity
    
  2. or download this
    hash table 2
         (keys)(string nubers)    (values)string names
           24                       information
           25                        information
           26                        information.
    
  3. or download this
     #!/usr/bin/perl
    use warnings;
    ...
    }
    print $_
    }