#!/usr/bin/env perl while () { print join "", map { ucfirst $_ } (split "_", $_); }