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
    my $code_string = <<EOS;
    
    ... # your example here
    
    EOS