I am looking for the correct syntax of doing the following (in Perl, Shell or Ruby):
# variable to access the data lines appended as a file
END_OF_SCRIPT_MARKER
raw data starts here
and it continues.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Perl does this with
__DATA__: