This is the revision history for clobber in <libera.chat:##NULL>
| factoid_id | subject | copula | predicate | author | namespace |
|---|---|---|---|---|---|
| 9660 | clobber | is | Clobbering a variable is accidentally changing or destroying its value. Most commonly happens to global variables like $_, $1, etc. Avoid it by always using lexical variables where possible. | see also <action at a distance> | pink_mist | <*:##NULL> |
| 9659 | clobber | is | Clobbering a variable is accidentally changing or destroying its value. Most commonly happens to global variables like $_, $1, etc. Avoid it by always using lexical variables where possible. | altreus | <*:##NULL> |