Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <monk value="PM">
    ...
       </val>
      </vals>
    </monk>
    
  2. or download this
    #!perlenv -w
    
    ...
            print $japh . "\n";
        }
    }
    
  3. or download this
    if ( $string[0] =~ /xml/ ) {
        foreach $string (@string) {
    ...
        }
        }
    }