Help for this page

Select Code to Download


  1. or download this
    my $foo = "foo's $bar";
              ^
    
  2. or download this
    my $foo = "foo's $bar";
              ^---------->
    
  3. or download this
      <perlcode>
        <reserved>my</reserved>
    ...
        <operator>=</operator>
        <string>"foo's <variable>$bar</variable>"</string>;
      </perlcode>