Help for this page

Select Code to Download


  1. or download this
    sub mywrite {
        my $candidate = shift;
        print "$candidate->{firstname} $candidate->{surname}:$candidate->{
    +id}\n";
    }