in reply to Re: Does __END__ really mean ignore rest of lines?
in thread Does __END__ really mean ignore rest of lines?

This will only produce a blank white page. No error, no nothing. I guess this would be what to expect from what I have undersood so far. The script will run fine from the command line, but of course it is not formatted, and is way too long for the user to be able to see the data in a command window.

I will be looking at a few other suggestions and ideas I have gotten from some above posts. Maybe with new insight I can find something I missed before!

Thank you very much!
  • Comment on Re^2: Does __END__ really mean ignore rest of lines?

Replies are listed 'Best First'.
Re^3: Does __END__ really mean ignore rest of lines?
by GrandFather (Saint) on Jan 20, 2011 at 04:59 UTC

    Pipe the output from the script to an .html file, then view the file in a browser to see the rendered version. I very often do the equivalent of this while developing and debugging web code to check that the rendered page is correct.

    True laziness is hard work