More idle curiosity than a desperate need to know, but is it possible to access the OS X clipboard with perl, and if so, how?
$clipboard = `pbpaste`;
see man pbpaste for all the gory details
More idle curiosity than a desperate need to know, but is it possible to access the OS X clipboard with perl, and if so, how?
$clipboard = `pbpaste`;