or download this
#!/usr/bin/perl -w
use strict;
use warnings;
...
# that's close, but you need the periods between the strings and the
+ code, not inside the quotes:
# "some string " . code here . " more string"
# - do a search for a comment tagged "bradenshep:".