in reply to Re^3: How do I use a template, csv file and script to generate multiple switch configurations
in thread How do I use a template, csv file and script to generate multiple switch configurations

You also need to call it like perl makeconfig.pl < file_with_csv_variables.csv, otherwise you overwrite your template file.

  • Comment on Re^4: How do I use a template, csv file and script to generate multiple switch configurations
  • Download Code

Replies are listed 'Best First'.
Re^5: How do I use a template, csv file and script to generate multiple switch configurations
by hvh2000 (Initiate) on Apr 15, 2013 at 22:00 UTC
    Ah, beautiful! That really helps! I was wondering how to fix it overwriting the template. Thanks!!