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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tomastrek

    Perl load routines from files

    My files look like this: sub{ #some code here } I dont have the return inside the file with the code as it is in the loading routine (saves adding it for all files). Thanks MillerH, what you have looks a lot better than the way I was trying to do it. It is now working perfectly!
  2. tomastrek

    Perl load routines from files

    Hi there, I am trying to write a program that will load all of the subroutines from text files into a hashref, then call them using soft references. I am using this code: opendir( ROUTINES, './data/routines/' ) || die( 'Error Loading Routines: Unable to open directory'."\n" ); foreach my...

Part and Inventory Search

Back
Top