in reply to Re^4: How to import "global" variables into sub-scripts from main script? (Cargo culting red flags)
in thread How to import "global" variables into sub-scripts from main script?

I don't know what placeholders are outside of math and linguistics

See What are placeholders in DBI, and why would I want to use them?.


🦛

  • Comment on Re^5: How to import "global" variables into sub-scripts from main script? (Cargo culting red flags)

Replies are listed 'Best First'.
Re^6: How to import "global" variables into sub-scripts from main script?
by Polyglot (Chaplain) on Mar 22, 2021 at 12:37 UTC

    Ah. Well, I don't think I could improve what I have much. What you don't see is that these two separate subroutines are called by separate AJAX functions under differing conditions, and that they each have a non-overlapping functionality along with what certainly does appear to be redundant at first glance. Note the comments given to each function, and note that they differ in terms of the password handling as well. While the actual DB query is essentially the same, updating a password, it is vetted in two distinct ways: one is an administrative reset of another member's password, while the other is the user changing his or her own password. Neither of these functions will happen more than rarely.

    Blessings,

    ~Polyglot~