Help for this page

Select Code to Download


  1. or download this
    Die ("data load","YTSMSC","High","Could not move file: $filename for s
    +uccessful exit: $@") if system("mv $filename $localpath/archives/");
    
  2. or download this
    system("mv $filename $localpath/archives/");
    Die ("data load","YTSMSC","High","Could not move file: $filename for s
    +uccessful exit: $@") if $?;