Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    );
    return %output_record;
    } # sub_returning_hash
    
  2. or download this
    a = 11
    b = 12
    c = 13
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    );
    return %output_record;
    } # sub_returning_hash
    
  4. or download this
    Odd number of elements in hash assignment at test.pl line 8.
    Use of uninitialized value in print at test.pl line 9.
    ...
    b = 
    Use of uninitialized value in print at test.pl line 11.
    c =