http://qs321.pair.com?node_id=558901


in reply to The craziest RegExes you ever created

I still remember this regex, it was provoced from holli's discussion cut of first char of a string. Yes, this was crasy usage:
$_ = '12345'; $_ = join '',(split/^./);