Help for this page
#! /usr/bin/perl -l while (<>) { chomp; print '"'.quotemeta.'"' if /^[\$\w]+$/; }
#! /usr/bin/perl -ln print '"'.quotemeta.'"' if /^[\$\w]+$/;