Help for this page

Select Code to Download


  1. or download this
    <set> $z <add>$x $y</add> </set>
    
  2. or download this
    $z = $x + $y
    
  3. or download this
      {
          
    ...
                  $twig->parse($elt->next_elt->sprint);
               
              }
    
  4. or download this
    #!/usr/local/bin/perl
    
    ...
    
    $twig->parsefile($file);
    
  5. or download this
    
    <perl binary="/usr/bin/perl">
    ...
    </perl>