Help for this page

Select Code to Download


  1. or download this
    open (CORE, "/usr/bin/rsync $rsyncOPT --progress $outbox $inbox |");
    while (<CORE>) {
        # code
    }
    
  2. or download this
    local $/="\r";