Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl
    use warnings;
    ...
    print "ALALALALALALALA\n";
    }
    close(XMLFILE);
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <studentlist>
    ...
    </student> 
    </class>
    </studentlist>
    
  3. or download this
    imac:~/begperl J$ perl abc.plx
    ??<?xml version="1.0" encoding="UTF-8"?>
    ...
    </class>
    </studentlist>ALALALALALALALA
    imac:~/begperl J$