ภาษาเพิร์ล

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

(: Perl) ( Practical Extraction and Report Language)

(Larry Wall) .. 1987


, AWK, sed Lisp
5.18.0

Hello World
#!/usr/bin/perl
print "Hello, world!\n"; # '\n' is a 'newline'

() "Hello, world!"
'\n' is a 'newline' 5.10

#!/usr/bin/perl
say "Hello, world!";

4
1 ,


keys
I/O
Standard Input Standard Output

You might also like