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