Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Strings, Numbers, and Variables

Perl can deal with an astonishing number of data types, including but not limited to text, integers, floating point numbers, complex numbers, and binary numbers. [Pg.417]

Following a long computer science tradition of using obscure terms for simple concepts, the Perl term for text is string. Strings are surrounded by single or double quotation marks  [Pg.417]

Having two types of quotation marks available makes it easier to create strings that contain embedded quotation marks  [Pg.417]

There are also some more substantial differences between the two types of quotes that will be discussed later in this chapter under Variable Interpolation. [Pg.417]

The last example shows how one represents scientific notation. The E means exponent, and the number should be interpreted as 6.02 10.  [Pg.417]


See other pages where Strings, Numbers, and Variables is mentioned: [Pg.417]    [Pg.417]   


SEARCH



Stringing

Variables and

Variables string

© 2024 chempedia.info