Bruce Phillip wrote: > > Thanks for the feedback, The only thing is that $O^ will only > work if the scripts are going to be invoke on that system. > > My plans are to run the perl script from one location and go > and discover the systems and their configuration. I'll be using > Net::Telnet module to do this with to connect to systems in > order to get those configs. >
Hi Bruce. The $^O variable indicates the platform on which the currently executing version of perl was built. If you're running Perl on a different platform from the one where it was built then I don't think it's likely to work too well! Does anybody know different? Cheers, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]