in reply to Using Perl instead of awk!
my $pSWP = `awk '/something/ { print \$3 }' /dir/file`; [download]