I'd suggest this in perl:
$rnd = join "", map { (a..z)[rand 26] } 1..rand 256;
Neither unreadable nor long-winded :-)
More information about formatting options
Jay JanssenYahoo!, Inc. jayj at yahoo dash inc dot com
MySQLHigh AvailabilityGlobal Load BalancingFailover
I'd suggest this in perl:
I'd suggest this in perl:
$rnd = join "", map { (a..z)[rand 26] } 1..rand 256;
Neither unreadable nor long-winded :-)