/[pxelator]/lib/PXElator/server.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /lib/PXElator/server.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 74 - (hide annotations)
Fri Jul 31 13:16:11 2009 UTC (14 years, 8 months ago) by dpavlin
File size: 292 byte(s)
move shared (between processes) configuration files into own package

1 dpavlin 42 package server;
2    
3 dpavlin 67 use warnings;
4     use strict;
5    
6 dpavlin 57 our $ip = '172.16.10.1';
7     our $netmask = '255.255.255.0';
8 dpavlin 42
9 dpavlin 45 our ( $ip_from, $ip_to ) = ( 10, 100 );
10    
11 dpavlin 47 our $base_dir = '/home/dpavlin/llin/pxelator';
12    
13 dpavlin 74 use config;
14    
15 dpavlin 67 our $debug = 0;
16 dpavlin 74 sub debug { $debug = config::shared('debug', @_) }
17 dpavlin 67
18 dpavlin 45 warn "loaded";

  ViewVC Help
Powered by ViewVC 1.1.26