Help for this page

Select Code to Download


  1. or download this
    my $dog = 'http://www.perl.org/';
    my $cat = 'https://metacpan.org/';
    system("ant -file japi/test.xml -Dapp1.url=$dog -Dapp2.url=$cat");
    
  2. or download this
    ant -file japi/test.xml -Dapp1.url=http://www.perl.org/ -Dapp2.url=htt
    +ps://metacpan.org/