Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            my $email = $address{Bray}->{EMail};
    
                            print_address($address{Bray});
    
  2. or download this
    # perl data_structure_refs.pl
    syntax error at data_structure_refs.pl line 4, near "$address{Bray"
    Execution of data_structure_refs.pl aborted due to compilation errors.