- Timestamp:
- Feb 25, 2013 1:56:01 PM (12 years ago)
- Branches:
- master
- Children:
- e8f2d4c
- Parents:
- 43c0e75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/static_routing.pl
r43c0e75 r9b03842 13 13 $routefile = "$routefile$hostname"; 14 14 15 my $f = new IO::File($routefile) ;15 my $f = new IO::File($routefile) || die "No routing file: $!\n"; 16 16 while (<$f>) { 17 17 chomp;
Note: See TracChangeset
for help on using the changeset viewer.