Help for this page

Select Code to Download


  1. or download this
    my $foo = 1; # comment
    
  2. or download this
    my      $foo=1  ;
    
  3. or download this
    'foo'      ---> "foo"
    "foo$bar"  ---> "foo${bar}";
    etc... etc...