Re: perl continuation character



"Jürgen Exner" <jurgenex@xxxxxxxxxxx> writes:

ranrodrig wrote:
Folks, can you tell me if there is a continuation character in Perl?,

What is a "continuation character"?

Some languages see a newline as the end of a statement, so when you're
writing in one of those you need to escape the newline, usually with a
backslash, for multi-line statements. The escape character for those
languages is called the "continuation character" because it indicates
that the statement will continue onto the next line.

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
.



Relevant Pages

  • Re: perl continuation character
    ... What is a "continuation character"? ... Some languages see a newline as the end of a statement, ... languages is called the "continuation character" because it indicates ...
    (comp.lang.perl.misc)
  • Re: perl continuation character
    ... you're writing in one of those you need to escape the newline, ... character for those languages is called the "continuation ... character" because it indicates that the statement will continue ...
    (comp.lang.perl.misc)
  • Re: perl continuation character
    ... you're writing in one of those you need to escape the newline, ... character for those languages is called the "continuation ... character" because it indicates that the statement will continue ...
    (comp.lang.perl.misc)
  • how to gets with an arbitrary "newline" character
    ... an I/O channel that ends in an arbitrary character? ... In other languages ... I use the get line routines have some control over ... what the "newline" character is. ...
    (comp.lang.tcl)
  • Small Correction to K&R Exercise 1-22 Solution on CLC-Wiki
    ... lines after the last non-blank character that occurs before the n-th ... int t,len; ... This space will be replaced by a newline, ...
    (comp.lang.c)