Help for this page

Select Code to Download


  1. or download this
    mkdir ("xxxx",0755); #xxxx has the absolute path
    system ("clt setview zzzzz-view; \`cp  /vobs/qa/common/yy.txt xxxx\`")
    +;
    print "Copy has completed successfully\n";
    
  2. or download this
    system (". clt setview zzzzz-view; \`cp  /vobs/qa/common/yy.txt xxxx\`
    +");