Help for this page

Select Code to Download


  1. or download this
    s/(\$\w+)/exists $variables{$1} ? $variables{$1} : $1/ge;
    
  2. or download this
    s/(\$(\w+))/exists $variables{$2} ? $variables{$2} : $1/ge;