📜  xml::parser install - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:33.962000             🧑  作者: Mango

代码示例1
brew install perl
#or apt, pacman, (just install perl)
#to install and lunch shell
perl -MCPAN -e shell
#to install XML:Parser
install XML:Parser
exit
#to make sure that it's installed correctly
perl -e "require XML:Parser"