Help for this page

Select Code to Download


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