in reply to s/\w/random character/g
#!/usr/bin/perl -w use strict; sub randchar { return chr int(rand(26)) + 65; } while (<DATA>) { s!\w!&randchar!ge; print $_; } __DATA__ ABCDEFG [download]
www.com | www.net | www.org
Cold Temperate Warm Hot Other
Results (69 votes). Check out past polls.