Help for this page

Select Code to Download


  1. or download this
    #!perl
    # Go2.pl - a service to create a shortcut batch file
    ...
        $daemon->run()
    };
    exit;
    
  2. or download this
    package Win32::Daemon::Simple;
    use Data::Dumper;
    ...
    }
    
    1;
    
  3. or download this
    package Win32::Daemon::Go2;
    use Win32::Daemon::Simple;
    ...
    }
    
    1;