Basic Perl Tranining.pdf

Basic Perl Tranining.pdf

ID:34562744

大小:335.00 KB

页数:124页

时间:2019-03-08

Basic Perl Tranining.pdf_第1页
Basic Perl Tranining.pdf_第2页
Basic Perl Tranining.pdf_第3页
Basic Perl Tranining.pdf_第4页
Basic Perl Tranining.pdf_第5页
资源描述:

《Basic Perl Tranining.pdf》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库

1、Forinternaluseonly!TheBasicPerlTrainingStartsHere:-)¢Perlisageneral-purposeprogramminglanguageandaninterpreterforthatlanguage.–Perl'ssyntaxissimilartoCsyntax.ButPerlalsohasfeaturesthatthePerldeveloper(s)likedintoolslikeAWK,sed,Unixshells,andvariousprogramm

2、inglanguages.¢Perlisalsoacommunitythatmaintainsalargecollectionofthird-partymodulesathttp://www.cpan.org/.RolfLochbühlerIFCXMPPDWangGuoShengIFCXITDCXi'anBasicPerlTraining2005-02-23Page1Forinternaluseonly!HowtoRunaPerlScript¢Option1¢Option2–Writeyourscript–

3、Writeyourscript–Putthisintothefirstline–LoadtheproperPerlmoduleofyourscriptmoduleloadperl#!/path/to/perl–Runyourscript–MakeyourscriptexecutableperlSCRIPTchmod+xSCRIPT–RunyourscriptRolfLochbühlerIFCXMPPD./SCRIPTWangGuoShengIFCXITDCXi'anBasicPerlTraining2005

4、-02-23Page2Forinternaluseonly!ASimplePerlScriptQuickanddirty:#!/path/to/your/perl/interpreter#Thisisacomment.print("HelloWorld!");Safer:#!/path/to/your/perl/interpreter#Thisisacomment.(andrecommended!)usewarnings;#Oruse-winfirstline.usestrict;#Noalternat

5、iveoption.print("HelloWorld!");RolfLochbühlerIFCXMPPDWangGuoShengexit(0);IFCXITDCXi'anBasicPerlTraining2005-02-23Page3PerlInstallationsinMPDomain¢AtMPyouarerecommendedtouseoneofthefollowingPerlinstallations,sincethisguaranteesthatthesamePerlrevisioniscal

6、led,andthesamesetofmodulesisavailableonboth,SunOSandLinux.–Perlinterpreter:#!/opt/perl/5.6.1-32bit/bin/perl–Documentation:moduleloadperl/5.6.1-32bit(or:moduleloadperl)perldocperl–Perlinterpreter:#!/opt/perl/5.8.2-32bit/bin/perl–Documentation:moduleloadperl

7、/5.8.2-32bitperldocperlRolfLochbühlerIFCXMPPDWangGuoShengIFCXITDCXi'anBasicPerlTraining2005-02-23Page4PerlInstallationsinURANIADomain¢IntheUraniadomain(thatis,atnon-MP),thefollowingPerlinstallationsaraavailable:–Perlinterpreter:#!/opt/perl_5.6.1/bin/perl←d

8、efault–Documentation:moduleloadperl/5.6.1(or:moduleloadperl)perldocperl–Perlinterpreter:#!/opt/perl_5.8.5/bin/perl–Documentation:moduleloadperl/5.8.5perldocperlRolfLochbühlerIFCXMPPDWangGuoShengIFCXITDCXi'anB

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。