===========================================================
perldoc的使用小结
===========================================================
作者: huasheng(http://huasheng.itpub.net)
发表于: 2005.05.08 17:31
分类: 杂七杂八
出处: http://huasheng.itpub.net/post/1210/28931
---------------------------------------------------------------
发表于: 2005.05.08 17:31
分类: 杂七杂八
出处: http://huasheng.itpub.net/post/1210/28931
---------------------------------------------------------------
1.查看函数使用方法
perldoc -f map
2.查看模块使用方法
perldoc CGI
3.查看模块源代码
perldoc -m CGI
perldoc -f map
2.查看模块使用方法
perldoc CGI
3.查看模块源代码
perldoc -m CGI











