Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ruc

  1. ruc

    Perl subroutine one call for windows box other Unix

    Thank you for the quick response, and forgive me for being a little slow if I wanted to use the %function option how do you call multiple lines of code? Here is the IF statement I'm currently using to call my subroutines: if ($^O eq 'MSWin32') { require Win32::OLE; call_win()...
  2. ruc

    Perl subroutine one call for windows box other Unix

    Hello: I'm having difficutly getting a Perl Program to NOT send an error message on code that is meant for a Unix server I need to use a 3rd party "callAPI" and the coding is different for Windows vs. Unix so I check if it's windows call one subroutine else it's unix use another subroutine on...

Part and Inventory Search

Back
Top