Help for this page

Select Code to Download


  1. or download this
    my $bar = "$  foo and $cake";
    
  2. or download this
    my $bar = "$ $total_foo_dollars";
    
  3. or download this
    my $foo = ['a', 'b', 'c'];
    my $bar = "$   foo -> [2]";
    
  4. or download this
    my $foo = ['a', 'b', 'c'];
    my $bar = "$foo->[2]";