Changeset - 83a2e880fb88
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2014-07-15 19:16:40
dennis.fink@c3l.lu
Real multiline comments in perl update script
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Scripts/update_server.pl
Show inline comments
 
#!/usr/bin/env perl
 
=About
 
=begin About
 
This is a perlized "Update Server" script which should run out of the box
 
on most machines. If not you need to install HTTP::Tiny
 
sudo cpan
 
>install HTTP::Tiny
 

	
 
by virii
 

	
 
= end
 

	
 
=cut
 

	
 
use HTTP::Tiny;
 
use IO::Socket;
 
######## [defaults] ########
0 comments (0 inline, 0 general)