Help for this page

Select Code to Download


  1. or download this
    my @chain = get_chain($employee);
    foreach my $emp (@chain) {
    ...
            return ( \%link );
        }
    }
    
  2. or download this
    use strict;
    use DBI;
    ...
    # $dbh->disconnect;
    
    __END__