??standard?input?=?the?keyboar">
perl_topic5_inputoutput2

perl_topic5_inputoutput2

ID:40087258

大小:93.68 KB

頁(yè)數(shù):18頁(yè)

時(shí)間:2019-07-20

perl_topic5_inputoutput2_第1頁(yè)
perl_topic5_inputoutput2_第2頁(yè)
perl_topic5_inputoutput2_第3頁(yè)
perl_topic5_inputoutput2_第4頁(yè)
perl_topic5_inputoutput2_第5頁(yè)
資源描述:

《perl_topic5_inputoutput2》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫(kù)

1、5)?Input?and?Output?Ma-?Webster?IMBIM,?BMC?ma-hew.webster@imbim.uu.se?reading?from???standard?input?=?the?keyboard??standard?output?=?the?screen?–can?be?redirected?to?a??le?using?>?in?unixwhile($line=){!!print"youtyped$line";!}!!or?!while(){!!print"youtyped$_";!}!reading?f

2、rom???an?important?di?erence?while(){}!#?will?read?from?standard?input?one?line?at?a?Nme?!foreach(){}!#?will?read?everything?from?standard?input?before?looping?#?not?a?good?idea?to?use?this...?!reading?from?<>??the?diamond?operator??can?be?used?to?make?programs?that?proces

3、s??les?like?unixcommands??e.g.?on?the?command?line?you?could?type?./perl_script.plmy_file.txt!my_file.txtcould?accessed?fromperl_script.pl!using??while(<>){}!!but?it?is?oPen?be-er?to?use?a??lehandle?(see?later)?@ARGV??it?is?common?to?run?programs?with?invocaNon?arguments??these?are?just?values

4、?coming?aPer?the?program?name.?e.g.?./perl_script.pl-s-v500!the?values?are?place?in?@ARGV?$arg1=shift@ARGV;!#?$arg1?contains?‐s?$arg2=shift@ARGV;!#?$arg2?contains?–v?$arg3=shift@ARGV;!#?$arg3?contains?500?output?to?standard?output?print@array;???#?no?interpolaNon?is?not?the?same?as?print"@arra

5、y";????#?interpolaNon?print@array?prints?the?list?with?no?spaces?between?print"@array"?performs?interpolaNon??STDOUT?is?normally?the?screen,?it?is?redirected?in?unix?with?>!?if?you?print?to?STDERR?(standard?error),?it?will?not?be?redirected?by?>!printf!?can?be?used?to?format?output??most?usefu

6、l?to?print?numbers?with?decimal?places?printf"piisabout%d",3.1415126;!piisabout3!!print"5millionis%e",5000000!5millionis5e+6!!printf"piiscloserto%f1.2",3.1415126;!piiscloserto3.14!!?a?code?is?placed?in?the?string?to?format?the?values?coming?aPer?printf!Format?Result?%%?A?percent?sign??%s

7、?A?string?%d?A?signed?integer?(decimal)??A??oaNng?point?number?%e?(scienN?c?notaNon)?A??oaNng?point?number?(?xed?%f?decimal?notaNon)?A??oaNng?point?number?(%e?%g?or?%f?notaNon?according?to?value?size)?Filehandles?Very?useful?for?reading

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無(wú)此問(wèn)題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(kù)負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無(wú)法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。
相關(guān)文章
更多
相關(guān)標(biāo)簽