perl -e "print 'h@t'=~ /\@/g" #### echo 'h@t' | perl -ne 'print /\@/g'