Peter Makholm
unread,Nov 30, 2011, 9:00:32 AM11/30/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to f...@perl.org
It is kind of obvious when you unfold the loop, but what is the best
abuse of this very deprecated perl feature?
//Makholm
#!/usr/bin/perl
$japh = pack "C*", 113, 123, 32 .. 122, 125;
$_ = q(49 6 8 7 91 26 13 12 7 19 22 9 91 43 22 9 15 91 19 26 24 16 22 9 79);
s/ (\d+) \s* /"\x24[=$1; print substr($japh, length($japh), !!$japh)"/eegox;