Thread NULL-Wert aus String löschen?: md5-hash beinhaltet NULL wert
(3 answers)
Opened by Thorium at 2003-11-13 18:04
[quote=Thorium,13.11.2003, 17:04]Foldgendes hab ich zum debuggen:
Code (perl): (dl
)
$password =~ y/'"`\x00//; wenn du was löschen willst, solltest du das tr/// auch sagen =) Code: (dl
)
$password =~ y/'"`\x00//d; Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |