Help for this page

Select Code to Download


  1. or download this
    "foo @{[ F ]} bar"
    
  2. or download this
    my @anon_array = F;
    my $anon_ref = \@anon_array;
    "foo @{ $anon_ref } bar"