Help for this page

Select Code to Download


  1. or download this
             print "$id=$data{$file}{$id} ";
    
  2. or download this
             print "$role=$data{$file}{$role} ";
    
  3. or download this
    use strict;
    my %data;
    ...
        }
        print "\n";
    }
    
  4. or download this
    xxx     yyyy   Fred    4
    zzzz    wwww   James   4
    
  5. or download this
    use strict;
    my %data;
    ...
        }
        print "\n";
    }