Perl Learning Note One

Source: Internet
Author: User
Tags scalar

Scalar data

Scalar: number, character. Can be stored in the scalar volume or read from files and devices.

Numbers: All numbers have the same internal format-double-precision floating-point numbers.

Floating-point Direct amount: The number that the programmer typed directly into the program.

Integer direct volume: 61298040283768==61_298_040_283_768;

Operation:

String: There is no limit to the length of the string.

usr UTF8;

string literals within single quotation marks: all characters in single quotation marks represent themselves, except for single and backslash characters.

string literals within double quotation marks:

String operator: Connection operation. The special string repetition operator--x.

"Fred" x 3== "fredfredfred".

Perl built-in warning function: Use warning, or $perl-W my_program or #!/usr/bin/perl-w.

A more detailed description of the problem: use diagnostics; A brief warning message and detailed diagnostic instructions are listed in the PERLDIAG documentation.

Perl Learning Note One

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.