Thread Index Suche ohne Vorzeichen? (12 answers)
Opened by wandasia at 2006-10-13 15:12

Taulmarill
 2006-10-13 15:33
#70759 #70759
User since
2004-02-19
1750 Artikel
BenutzerIn

user image
meinst du so was?
Code: (dl )
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

my $string = '-13-4-1-2-3-13-1';
my $search = '-13-1';

my $pos = ( split /$search/, $string )[0];
$pos =~ tr/-//d;
print length( $pos ) + 1 . "\n";
$_=unpack"B*",~pack"H*",$_ and y&1|0& |#&&print"$_\n"for@.=qw BFA2F7C39139F45F78
0A28104594444504400 0A2F107D54447DE7800 0A2110453444450500 73CF1045138445F4800 0
F3EF2044E3D17DE 8A08A0451412411 F3CF207DF41C79E 820A20451412414 83E93C4513D17D2B

View full thread Index Suche ohne Vorzeichen?