Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        my %thisrecord = ();
        # 11 lines of code to populate %thisrecord
    }
    print "$thisrecord{'jrUserFriendlyID'}";