Changeset 8294 in genesis
- Timestamp:
- Aug 10, 2010, 1:31:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nodes/genesis-to-yaml.pl
r8273 r8294 5 5 }; 6 6 if (! $@) { 7 print "Foo";8 7 Geo::Coordinates::RDNAP->import(qw/from_rd to_rd dms/); 9 8 } else { … … 26 25 } elsif ($argc > 1) { 27 26 foreach $file (@ARGV) { 28 print `perl $ENV{_} $file`; 27 $output = $file; 28 $output =~ s/conf$/yaml/; 29 print `perl $ENV{_} $file > $output`; 29 30 } 30 31 exit 0;
Note:
See TracChangeset
for help on using the changeset viewer.