Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/perl
    
    ...
    //gsx;
    
    print("[$string]$/");
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    Parse::RecDescent->Precompile($grammar, 'MeshGrammar')
    or die("Bad grammar.\n");
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    process_expr($output, $tree);
    
    print($output, $/);