/[libconf]/libconf/perl-Libconf/Libconf.pm
ViewVC logotype

Diff of /libconf/perl-Libconf/Libconf.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by dams, Tue Aug 5 22:21:07 2003 UTC revision 1.35 by dams, Sun Aug 24 16:15:24 2003 UTC
# Line 186  sub writeConf { Line 186  sub writeConf {
186          print "Warning $filename has changed !\n";          print "Warning $filename has changed !\n";
187      }      }
188      local *F;      local *F;
189      open F, "> $filename" or die "cannot create config file $filename";      open F, "> $filename" or die "cannot create config file $filename (do you have proper permissions?)";
190      foreach my $atom (@out_atoms) {      foreach my $atom (@out_atoms) {
191  #       print F "\n" x $$atom{line_feed};  #       print F "\n" x $$atom{line_feed};
192  #       $$atom{comments} and print F eval($templates{$template_name}{comment_output}) foreach split("\n", $$atom{comments});  #       $$atom{comments} and print F eval($templates{$template_name}{comment_output}) foreach split("\n", $$atom{comments});

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26