Help for this page

Select Code to Download


  1. or download this
        my $newline  = "\n";
        my $tab      = "\t";
        my $carriage = "\r";
    
  2. or download this
    $n= "two
    lines";
    
  3. or download this
    $n= "two\nlines";