Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
How to create multiline output using the \n newline character : Multiline « String « Perl
Perl
String
Multiline
How to create multiline output using the \n newline character
print
"Hello\nfrom\nPerl.\n"
;
Related examples in the same category
1.
Multi Line String
2.
Multiline string