Re: calling a config file that has a hash within multiple perl scripts

2011-04-29 Thread Shlomi Fish
Hi Agnello, On Friday 29 Apr 2011 13:26:29 Agnello George wrote: > HI > > I have as hash within my script.pl file which look like this > > ### code follows > > > > > > But it obviously looks too messy to add it all in one script.pl , as > i am going to add new keys and values to the hash ,

calling a config file that has a hash within multiple perl scripts

2011-04-29 Thread Agnello George
HI I have as hash within my script.pl file which look like this my %verticals = ( 'auto_v1' => { 'tempdir' => '/var/www/html/temp/auto' , 'svnurl' => 'http://svn.int.com/repos/a.com/branch/auto', 'excludes' => 'uploaded_images|includes/config.php|admin/includes/config.php|.svn', '