# # $Header: emdcommon.pm 27-jul-2005.18:17:18 kduvvuri Exp $ # # emdcommon.pm # # Copyright (c) 2002, 2005, Oracle. All rights reserved. # # NAME # emdcommon.pm - common routines used by emd perl scripts.. # The subroutines in emd_common.pl and semd_common.pl are exported thru this # module for discovery helper scripts to work. # # DESCRIPTION # # NOTES # # MODIFIED (MM/DD/YY) # kduvvuri 07/27/05 - kduvvuri_bug-4510519 # kduvvuri 07/26/05 - # kduvvuri 07/26/2005 - created. # package emdcommon; require "emd_common.pl"; require "semd_common.pl"; 1;