Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3346692
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:20:02+00:00 2026-05-18T01:20:02+00:00

I have been getting a very odd error when trying to print freeform text

  • 0

I have been getting a very odd error when trying to print freeform text in a subroutine in Perl. Below is the code I am calling

    print OUTFILE <<"HEADER";
The freeform text would go here
HEADER

The odd thing is that this only works in the main of my function. As soon as I place it in a function call, I get this error:

Can't find string terminator "HEADER" anywhere before EOF

Meaning it can’t find the HEADER, even though it is there. Can you not use freeform text within a function (subroutine)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T01:20:03+00:00Added an answer on May 18, 2026 at 1:20 am

    Make sure that there is no space/tab/indentation before ending string identifier, that is HEADER. Your code should look like this:

            function someFunc(){
              print OUTFILE <<"HEADER";
          The freeform text would go here
    HEADER
            }
    

    Notice that there is no space/tab/indentation before HEADER there. It should start from first character of its line.

    Check this tutorial out for more information:

    • Perl Here-Doc Tutorial

    Quoting:

    The important rule to remember is that
    you finish a here-doc using the same
    word you started, and it must be by
    itself on the line

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been getting an error in VB .Net object reference not set to
I recently have been getting more into C++. I have done some (very minimal)
I am fairly new to Core Text but have been getting on well, however
I have been getting a number of attacks on my website lately, with a
I have just been getting into low level programming (reading/writing to memory that sort
I use an sql server regularly and have recently been getting frustrated by the
As I have been testing sites, I have found reCAPTCHA s getting more and
OK, I know there have already been questions about getting started with TDD ..
I haven't been able to find a very good way of getting 10 random
I have been trying to organise my views to optimize load times by having

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.