Help for this page

Select Code to Download


  1. or download this
    1234
    HASH(0x403aab28)
    
  2. or download this
    sub Show_analyst_row
    {
    my(%analyst_record)=%{@_};
    print STDERR (join "\n", %analyst_record);
    }