Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

Diff for iotta/iotta.pl between version 1.3 and 1.4

version 1.3, 2003/03/30 11:33:59 version 1.4, 2003/04/05 16:30:11
Line 31  sub init_conf {
Line 31  sub init_conf {
         &GetOptions ("conf=s" => \@confs, "conffile=s" => \@fname);          &GetOptions ("conf=s" => \@confs, "conffile=s" => \@fname);
         $conf = join ("\n", @confs);          $conf = join ("\n", @confs);
   
           push @fname, "iotta.cf" if (!scalar @fname);
         for my $fname (@fname) {          for my $fname (@fname) {
                 $fname = "iotta.cf" unless $fname;  
                 print STDERR "loading configuration file $fname...\n";                  print STDERR "loading configuration file $fname...\n";
   
                 open (CF, $fname); #|| die "couldn't open configuration file $fname\n";                  open (CF, $fname); #|| die "couldn't open configuration file $fname\n";

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top