Help for this page

Select Code to Download


  1. or download this
    my $foo = "$bar{foo}";
    $foo .= $baz->method(@foo);
    $foo .= join(',', @$bar{'foo','bar'});
    
  2. or download this
    qw[ $foo @foo %bar $bar $baz ];