How do I uninstall ActiveState Perl 5.32 on Windows10?

I can’t use Remove Programs in the Control Panel.

Hi @Fengming-You , Please check out this link for more info: ActivePerl 5.32 Documentation
Regards.

Not an answer. There is no information on that page regarding uninstalling Perl 5.32. Please be more specific while I continue to search for clearer answer to this question.

If you did a “state activate” to install 5.32, change directory into the folder that contains the control file for the project, and run “state clean cache”.

If you did a “state deploy” to install 5.32, you must remove Perl by hand as the State Tool is no longer connected. Manually remove the folder where Perl is installed. Manually alter the systemwide PATH variable to remove entries for the Perl/bin, Perl/usr/bin, and Perl/site/bin folders.
There are two other Environment variables that might have been set, but are not universally needed. If you have MANPATH remove entries for Perl/man and Perl/site/man. If you have PKG_CONFIG_PATH remove the entry for Perl/usr/lib/pkgconfig