Help for this page

Select Code to Download


  1. or download this
    #! perl.exe
    
    ...
        print LOG "$_[0]";
        return(0);
    }
    
  2. or download this
    #! perl.exe -w
    
    ...
    EOT
    
    }
    
  3. or download this
    #X-CallInstall
    
    ...
    {
        return( Win32::FormatMessage( Win32::Daemon::GetLastError() ) );
    }