Help for this page
*PI = \3.14;
*NAME = \"My name";
*NAME2 = \"My $name";
$bar = 'bar'; ... *foo = \"The bar is here"; $foo = "bar2"; # error here print "$foo\n";