Help for this page

Select Code to Download


  1. or download this
    my $cmd="nmake NODEBUG=1";
    open(RS,"$cmd 2>&1 |");
    close(RS);
    
  2. or download this
    $cmd=qq|nmake NODEBUG=1 "ADDED_CFLAGS=/DCOST_EN_US /DPAYMENT_CREDIT_CA
    +RD"|;