- or download this
<project name="mytest" default="run_perl" basedir=".">
<target name="run_perl"
...
</exec>
</target>
</project>
- or download this
#!/usr/bin/perl
...
else {
print "No help requested, none given.";
}
- or download this
[wintercm@juvenile test]$ ant -buildfile build-perl.xml
Buildfile: build-perl.xml
...
BUILD SUCCESSFUL
Total time: 2 seconds
- or download this
[wintercm@juvenile test]$ ant -buildfile build-perl.xml
Buildfile: build-perl.xml
...
BUILD SUCCESSFUL
Total time: 2 seconds