You could also accept a number of parameters at runtime
perl myscript.pl Atlanta San-Diego
and in the script
#!/usr/bin/perl
$city1=$ARGV[0];$city2=$ARGV[1];
...
HTH
Paul
It's important in life to always strike a happy medium, so if you see someone with a crystal ball, and a smile on their face ...