$PID -> Integer
$PROCESS_ID -> Integer
$$ の別名
require "English" p sprintf("something%s", $PID) #=> "something5543" など