I want to get dct created date and I want to get this using perl (iw_perl).is there a straight way of getting a dcr created date if we give html name that dcr creates.
1. Find html File Path.2. Use "iwextattr" command to obtain a)"TeamSite/Templating/PrimaryDCR" extended attributea and b)"TeamSite/Templating/PrimaryDocumentType" extended attribute3. Build full Path for your *source* DCR using a) and b)4. Use File::stat class to obtain DCR modification time(Epoch seconds), $modifiedat = stat($dcr_full_path)->mtime;5. If needed, format date using for example Date::Manip or POSIX's strftime
"iwattrib moddate