Help for this page

Select Code to Download


  1. or download this
    my $valid_names = &validateNames(\$names);
    
  2. or download this
    my $valid_names = &validateNames($names);
    
  3. or download this
    sub validateNames{ 
      my $valid_names=shift; 
      print $valid_names->{SCM555}->{email};
      print $valid_names->{SCM556}->{name};
    }