Thread NULL-Wert aus String löschen?: md5-hash beinhaltet NULL wert (3 answers)
Opened by Thorium at 2003-11-13 18:04

pq
 2003-11-13 18:33
#71608 #71608
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[quote=Thorium,13.11.2003, 17:04]Foldgendes hab ich zum debuggen:
Code (perl): (dl )
  $password =~ y/'"`\x00//;
[/quote]
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread NULL-Wert aus String löschen?: md5-hash beinhaltet NULL wert