> i have used the code below in linux and it works fine but on porting to
> win32 it's a problem

What is the problem?

> eval `cat tele.conf`;

C:\>cat
The name specified is not recognized as an
internal or external command, operable program or batch file.

Try this instead:

require "tele.conf";
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to