slipped-disk 发表于 2025-3-28 16:38:27

http://reply.papertrans.cn/19/1825/182469/182469_41.png

一瞥 发表于 2025-3-28 19:19:55

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 发表于 2025-3-29 01:04:29

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.

教义 发表于 2025-3-29 07:08:30

http://reply.papertrans.cn/19/1825/182469/182469_44.png

证实 发表于 2025-3-29 08:41:04

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.

噱头 发表于 2025-3-29 15:12:30

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 发表于 2025-3-29 19:20:06

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 发表于 2025-3-29 21:42:51

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 发表于 2025-3-30 00:57:15

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 发表于 2025-3-30 04:58:47

http://reply.papertrans.cn/19/1825/182469/182469_50.png
页: 1 2 3 4 [5] 6
查看完整版本: Titlebook: Beginning Perl; James Lee,Simon Cozens,Peter Wainwright Book 20042nd edition James Lee, Simon Cozens, Peter Wainwright 2004 C programming