Help for this page

Select Code to Download


  1. or download this
       if ($some_var) {
          print <<~EOF;
            This is a here-doc
            EOF
        }
    
  2. or download this
    This is a here-doc