Help for this page
#!/usr/bin/perl -w ... $foo =~ s/(\$[\w\[\]{}"']+)/qq($1)/gee; print $foo, "\n"; }