xconv.pl (xinetd-2.3.15) | : | xconv.pl (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
#!/usr/bin/perl | #!/usr/bin/perl | |||
#/* | #/* | |||
# * (c) Copyright 1998-2001 by Rob Braun | # * (c) Copyright 1998-2001 by Rob Braun | |||
# * All rights reserved. The file named COPYRIGHT specifies the terms | # * All rights reserved. The file named COPYRIGHT specifies the terms | |||
# * and conditions for redistribution. | # * and conditions for redistribution. | |||
# */ | # */ | |||
# $RCSid = "$Id: xconv.pl,v 1.3 2005-03-29 15:50:34 bbraun Exp $"; | # $RCSid = "$Id$"; | |||
sub print_header; | sub print_header; | |||
sub print_defaults; | sub print_defaults; | |||
print_header; | print_header; | |||
print_defaults; | print_defaults; | |||
while( <STDIN> ) { | while( <STDIN> ) { | |||
chomp; | chomp; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |