Help for this page

Select Code to Download


  1. or download this
    C:\QA\Projects\Perl>perl QAServerSetup.pl
    Can't locate Object/MultiType.pm in @INC (@INC contains: C:\Perl\lib\P
    +LJava-0.04
    ...
    BEGIN failed--compilation aborted at C:/Perl/lib/XML/Smart.pm line 18.
    Compilation failed in require at QAServerSetup.pl line 3.
    BEGIN failed--compilation aborted at QAServerSetup.pl line 3.
    
  2. or download this
    #!/bin/perl -w
    use lib 'C:\Perl\lib\PLJava-0.04';
    ...
        savepassword => 'True' ,
    } ;
    $XML->save('newfile.xml') ;