Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
            print "My data is (".$data_hash{$key}->$field.")\n";
        }
    }
    
  2. or download this
    C:\tmp>tmp.pl
    My data is (Mr. President)
    My data is (100)
    My data is (Emperor)
    My data is (1000)