Cross platform GUI apps in Perl, great tutorial: https://www.reiniermaliepaard.nl/prima/
Cross platform GUI apps in Perl, great tutorial: https://www.reiniermaliepaard.nl/prima/
Logging in to @stackoverflow .. on failed login sites shouldn't tell you which piece of login info was incorrect. It makes it harder for malicious user to know what need to keep trying to "guess". Probably a stretch to call this a bug, could even been a compromise for end user friendliness (considering SO is no banking app), but strictly speaking may not be the best practice.
not that lucky, I guess
@[email protected] cool! didn't know about these. but I recently learned that in #perl "Instead of a filename, you may specify .. a scalar reference, in order to open filehandles on .. in-memory scalars". Ex.: open my $fh, '<:crlf', \$multiline_string;