12345678 #!/bin/shperl Makefile.PLmake installmake cleanrm -f Makefile.old
#!/bin/sh
perl Makefile.PL
make install
make clean
rm -f Makefile.old