perl_topic6_hashes2

perl_topic6_hashes2

ID:40087269

大小:144.93 KB

页数:24页

时间:2019-07-20

perl_topic6_hashes2_第1页
perl_topic6_hashes2_第2页
perl_topic6_hashes2_第3页
perl_topic6_hashes2_第4页
perl_topic6_hashes2_第5页
资源描述:

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

1、6) Hashes Ma* Webster IMBIM, BMC ma*hew.webster@imbim.uu.se Reminder: scalars !•variables in perl (e.g.$example) can be numbers or strings !•perl converts variable between the two depending on the operaDon •backslash  used to indicate special characters like newline  and tab t!•c

2、ompare numbers or strings with comparison operators andif!• gets input from the keyboard •chompremoves!•whilerepeats a chunk of code while an expression is true Reminder: arrays $array[0]!•first element of @array$#array!•is the final index of@array!qw//!•quoted by whitespace p

3、ushpop!•add or remove elements from the end shiftunshift!•add or remove elements from the start splice!•add, remove, replace elements from the middle foreach!•cycle through every element sortreverse!•change order can also be read into an array reminder: subrouDnes •subrouDnes 

4、–called by &sub_example or sub_example()!–defined using sub{}!–use return or it will return last evaluated value –arguments passed within: @_!$_[0],$_[1],$_[2] .... •my is used to restrict a variable to a block of code •usestrict means all variables must be declared using my!reminder:

5、 input and output while(){}!•to read from standard input <>!•to process invocaDon commands and read in files @ARGV!•contains the invocaDon commands (useful) printf!•formats scalars (e.g. decimal points on numbers) openFH,"input.txt";!•opens a filehandle for reading openFH,">outp

6、ut.txt";!•opens a filehandle to write (>> to append) while(){}!•reads each line of a filehandledie!•your script dies! scalar variables, arrays and hashes •A scalar variable contains a single string or number: $month="October";!$month=10;!scalar variables, arrays and hashes •An arra

7、y contains a list of values with a numbered index @students=qw/DoreenOskarElinSangeetMalin/;!$students[4]Malin!$students[3]Sangeet!$students[2]Elin!$students[1]Oskar!$students[0]Doreen!@students!scalar variables, arrays and hashes •An hash contains a set of values with an index of na

8、mes keys val

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

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

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