標(biāo)題: Titlebook: Beginning Perl; James Lee,Simon Cozens,Peter Wainwright Book 20042nd edition James Lee, Simon Cozens, Peter Wainwright 2004 C programming [打印本頁(yè)] 作者: 熱愛(ài) 時(shí)間: 2025-3-21 17:05
書(shū)目名稱(chēng)Beginning Perl影響因子(影響力)
作者: Insulin 時(shí)間: 2025-3-22 00:03 作者: 紳士 時(shí)間: 2025-3-22 00:47
Book 20042nd edition variety of tasks such as system administration, CGI and network programming, XML processing, and more. .Beginning Perl, Second Edition. provides valuable insight into Perl‘s role in all of these tasks and more...Commencing with a comprehensive overview of language basics, you‘ll learn all about imp作者: Rinne-Test 時(shí)間: 2025-3-22 08:36 作者: 燕麥 時(shí)間: 2025-3-22 12:36 作者: dissolution 時(shí)間: 2025-3-22 16:44
https://doi.org/10.1007/978-3-7091-1425-4 procedural programming, we take the overall system and break it up into smaller and smaller pieces, code the steps for the individual pieces into functions, and then put the functions together to form the entire system.作者: 津貼 時(shí)間: 2025-3-22 20:20 作者: detach 時(shí)間: 2025-3-22 21:51 作者: BOOST 時(shí)間: 2025-3-23 04:37 作者: 退出可食用 時(shí)間: 2025-3-23 07:09
Perl and DBI,cle, Sybase, Informix, MySQL, mSQL, Postgress, ODBC, and many others, even files with comma-separated values (CSV). With this module we can access and administer databases from our Perl programs, combining the power and enjoyment of Perl with the usefulness of databasing information.作者: PLIC 時(shí)間: 2025-3-23 13:12
Scalars,that tell us something we already know. Even more rarely do we write programs that do nothing interesting with our data at all. So, if we’re going to write programs that do more than say hello to us, we’re going to need to know how to perform computations, or operations on our data.作者: 津貼 時(shí)間: 2025-3-23 14:53
Lists and Arrays,g scalar variables into which we can store numbers and strings is nice—this allows us to write programs to manipulate data. However, scalars are somewhat limited since they can only contain a single value.作者: 針葉類(lèi)的樹(shù) 時(shí)間: 2025-3-23 19:55
Subroutines/Functions,spaces from a string, getting information into a hash in a particular format, and so on. It would be tedious to write out the code for each of these little processes every time we need to use one, and maintaining each code segment would be horrific: if there’s a bug in the way we’ve coded the activi作者: Banquet 時(shí)間: 2025-3-24 00:45
Files and Data,e can do is ask the user for input using ?STDIN? and print data on the screen using print (). Pretty simple stuff, yes—but these two ideas actually form the basis of a great deal of the file handling you’ll be doing in Perl.作者: 哎呦 時(shí)間: 2025-3-24 03:43
String Processing,s power in processing text is through its built-in regular expression support that we discussed in Chapter 7. Perl also has many built-in string operators (such as the string concatenation operator . and the string replication operator x) and string functions. In this chapter we will explore several作者: 突變 時(shí)間: 2025-3-24 10:29
References,we discussed hashes in Chapter 5, we learned that hash values are scalars. Therefore, up to this point in our discussion of Perl, we have not been able to create arrays of arrays (also known as multidimensional arrays) or other more complex data types.作者: 惰性氣體 時(shí)間: 2025-3-24 13:39
Object-Oriented Perl,ve used in this book up to this point: .. This approach is based on what actions to take—.—and developing subroutines that carry out those actions. In procedural programming, we take the overall system and break it up into smaller and smaller pieces, code the steps for the individual pieces into fun作者: Pcos971 時(shí)間: 2025-3-24 17:01
Perl and DBI,operating systems and across databases) application programming interface (API) that allows us to connect to a wide variety of databases including Oracle, Sybase, Informix, MySQL, mSQL, Postgress, ODBC, and many others, even files with comma-separated values (CSV). With this module we can access and作者: arrhythmic 時(shí)間: 2025-3-24 20:54
face module, DBI. The examples and code provided offer you all of the information you need to start writing your own powerful scripts to solve the problems listed above, and many more...Whether you are a complete novice or an experienced programmer, .Beginning Perl, Second Edition. offers an ideal guide to learning Perl..978-1-4302-0665-1作者: agonist 時(shí)間: 2025-3-24 23:19 作者: fluffy 時(shí)間: 2025-3-25 03:28
https://doi.org/10.1007/978-981-10-6451-7Every programming language has a number of things in common. The fundamental concepts of programming are going to be the same, no matter what language in which you do them. In this chapter, we’ll investigate the things you need to know before you start writing any programs at all. For instance:作者: Ejaculate 時(shí)間: 2025-3-25 11:05
James J. Park,Hamid Arabnia,Taeshik ShonMost of the programs we have seen so far have been very simply structured—they’ve done one statement after another in turn. If we were to represent statements by boxes, our programs would look like this:作者: 鳴叫 時(shí)間: 2025-3-25 12:34 作者: 有說(shuō)服力 時(shí)間: 2025-3-25 17:15
Smart Innovation, Systems and TechnologiesWhether or not you agree that Max’s assumptions give rise to his conclusion is your own opinion, but his case is much easier to support in the field of computers—there are certainly patterns everywhere in programming.作者: 秘方藥 時(shí)間: 2025-3-25 22:43 作者: Germinate 時(shí)間: 2025-3-26 03:27
Tetsuro Kobayashi,Hitoshi OkadaIn Chapter 12 we discussed Perl’s object-oriented programming features. In describing Perl’s 00 capabilities, we created packages and placed those packages into. pm files, then used the packages in our programs. These packages are also known as .作者: febrile 時(shí)間: 2025-3-26 06:16 作者: 陳列 時(shí)間: 2025-3-26 10:38 作者: 不感興趣 時(shí)間: 2025-3-26 14:42
Control Flow Constructs,Most of the programs we have seen so far have been very simply structured—they’ve done one statement after another in turn. If we were to represent statements by boxes, our programs would look like this:作者: 行乞 時(shí)間: 2025-3-26 20:23 作者: hypnogram 時(shí)間: 2025-3-27 00:44 作者: 威脅你 時(shí)間: 2025-3-27 02:24
Interfacing to the Operating System,Perl is a popular language for system administrators and programmers who have to work with files and directories due to the fact that there are many built-in functions to perform sys admin activities. These activities include creating directories, changing the names of files, creating links, and executing programs in the operating system.作者: 陳腐思想 時(shí)間: 2025-3-27 08:39
Modules,In Chapter 12 we discussed Perl’s object-oriented programming features. In describing Perl’s 00 capabilities, we created packages and placed those packages into. pm files, then used the packages in our programs. These packages are also known as .作者: 外形 時(shí)間: 2025-3-27 12:30 作者: 移植 時(shí)間: 2025-3-27 14:32 作者: Host142 時(shí)間: 2025-3-27 21:29
http://image.papertrans.cn/b/image/182469.jpg作者: stratum-corneum 時(shí)間: 2025-3-27 22:41 作者: 民間傳說(shuō) 時(shí)間: 2025-3-28 03:34
Pre-digitalization: Earlier Cases,g scalar variables into which we can store numbers and strings is nice—this allows us to write programs to manipulate data. However, scalars are somewhat limited since they can only contain a single value.作者: 注意力集中 時(shí)間: 2025-3-28 09:15
https://doi.org/10.1007/978-981-33-4435-8e can do is ask the user for input using ?STDIN? and print data on the screen using print (). Pretty simple stuff, yes—but these two ideas actually form the basis of a great deal of the file handling you’ll be doing in Perl.作者: FRET 時(shí)間: 2025-3-28 10:58 作者: slipped-disk 時(shí)間: 2025-3-28 16:38 作者: 一瞥 時(shí)間: 2025-3-28 19:19
Lists and Arrays,g scalar variables into which we can store numbers and strings is nice—this allows us to write programs to manipulate data. However, scalars are somewhat limited since they can only contain a single value.作者: Arroyo 時(shí)間: 2025-3-29 01:04
Files and Data,e can do is ask the user for input using ?STDIN? and print data on the screen using print (). Pretty simple stuff, yes—but these two ideas actually form the basis of a great deal of the file handling you’ll be doing in Perl.作者: 教義 時(shí)間: 2025-3-29 07:08 作者: 證實(shí) 時(shí)間: 2025-3-29 08:41
https://doi.org/10.1007/978-94-007-2598-0that tell us something we already know. Even more rarely do we write programs that do nothing interesting with our data at all. So, if we’re going to write programs that do more than say hello to us, we’re going to need to know how to perform computations, or operations on our data.作者: 噱頭 時(shí)間: 2025-3-29 15:12
Pre-digitalization: Earlier Cases,g scalar variables into which we can store numbers and strings is nice—this allows us to write programs to manipulate data. However, scalars are somewhat limited since they can only contain a single value.作者: mediocrity 時(shí)間: 2025-3-29 19:20
https://doi.org/10.1007/978-981-99-8649-1spaces from a string, getting information into a hash in a particular format, and so on. It would be tedious to write out the code for each of these little processes every time we need to use one, and maintaining each code segment would be horrific: if there’s a bug in the way we’ve coded the activi作者: Ergots 時(shí)間: 2025-3-29 21:42
https://doi.org/10.1007/978-981-33-4435-8e can do is ask the user for input using ?STDIN? and print data on the screen using print (). Pretty simple stuff, yes—but these two ideas actually form the basis of a great deal of the file handling you’ll be doing in Perl.作者: ARCH 時(shí)間: 2025-3-30 00:57
https://doi.org/10.1007/978-981-33-4435-8s power in processing text is through its built-in regular expression support that we discussed in Chapter 7. Perl also has many built-in string operators (such as the string concatenation operator . and the string replication operator x) and string functions. In this chapter we will explore several作者: Infant 時(shí)間: 2025-3-30 04:58 作者: 動(dòng)機(jī) 時(shí)間: 2025-3-30 11:13 作者: 形上升才刺激 時(shí)間: 2025-3-30 15:32
Standards, Rahmenwerke und Best Practices,operating systems and across databases) application programming interface (API) that allows us to connect to a wide variety of databases including Oracle, Sybase, Informix, MySQL, mSQL, Postgress, ODBC, and many others, even files with comma-separated values (CSV). With this module we can access and作者: 悶熱 時(shí)間: 2025-3-30 17:10
https://doi.org/10.1007/978-1-4302-0665-1C programming language; Perl; Processing; UNIX; XML; data types; databases; functions; language; operating sy作者: 假裝是你 時(shí)間: 2025-3-30 21:43
James Lee, Simon Cozens, Peter Wainwright 2004