Gurus, all...

I'm sure there's a way to do it using some kind of for, or foreach, loop, but 
for the life of me, I'm not seeing it.  What I want to do is stick the same 
drive letter/directory path on the front of several filenames. Right now, I'm 
doing it like this:

   $ap_data_file = join '\\', $in_path, $ap_data_file;
   $ck_data_file = join '\\', $in_path, $ck_data_file;
   $cs_data_file = join '\\', $in_path, $cs_data_file;
   $ct_data_file = join '\\', $in_path, $ct_data_file;
   $ie_data_file = join '\\', $in_path, $ie_data_file;
   $mr_data_file = join '\\', $in_path, $mr_data_file;
   $ts_data_file = join '\\', $in_path, $ts_data_file;

Where $in_path has a value like "E:\\".  So, for example, $cs_data_file would 
end up like "E:\Training\CS_Values.txt", usw.

Somebody have a spare moment to show me the light?

Thanks!
Deane Rothenmaier
Programmer/Analyst - IT-StdCfg
Walgreens Corp.
2 Overlook Point #N51022D
MS 6515
Lincolnshire, IL 60069
224-542-5150

We sleep soundly in our beds because rough men stand ready in the night to 
visit violence on those who would do us harm. - George Orwell

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to