Help for this page

Select Code to Download


  1. or download this
    $data = <<HTML;
    Here is my data!
    ...
    HTML
    
    print "$data\n$other\n";
    
  2. or download this
    Here is my data!
    
    Here is some OTHER data!