in reply to [SOLVED] Using eval: $@ isn't returning the error I expect

Seems that after a certain number of indented replies, the text of mine stop showing up on this page. There are just grey rectangles saying that I replied, and I have to click the links therein to actually read them. I'm assuming that's standard for the format used here, yes?

Anyhoo, thanks for the help, everyone. Problem solved! (The eval was not only formatted incorrectly, it needed to be in a BEGIN block, due to the nature of its use by the host server).

  • Comment on Re: Using eval: $@ isn't returning the error I expect

Replies are listed 'Best First'.
Re^2: Using eval: $@ isn't returning the error I expect
by kcott (Archbishop) on Feb 20, 2020 at 07:38 UTC

    In your home node, follow the Settings link ("Edit your: Profile, Settings").

    Under "User Settings" (which should come up automatically) there's a table with "Note Configuration" in the bottom lefthand corner. Change the values for "Replies header depth:" and "Replies text depth:" to suit.

    — Ken

      Ah, that's what I was looking for. Thank you!