Help for this page

Select Code to Download


  1. or download this
    <profile>
    <emp>
    ...
    <desig>Developer</desig>
    </emp>
    </profile>
    
  2. or download this
    open(F, "<prof.xml");
    while(<F>)
    ...
    
    print "$1\n";
    }