Help for this page

Select Code to Download


  1. or download this
    if (system ( "/usr/bin/cp -f $version/$obj $dest 2> /dev/null")) {
    
  2. or download this
    if (system ( '/usr/bin/cp', '-f', "$version/$obj", $dest '2>', 
         '/dev/null')) {
    
  3. or download this
    if (system ( /bin/sh', '-p', '-c', '/usr/bin/cp', '-f', 
         "$version/$obj", $dest '2>', '/dev/null')) {