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 John Tel 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 swampyankee

  1. swampyankee

    perl basics

    It sounds like the TCO module (make sure of its case!) is not properly installed. If you're on a system with something vaguely resembling security, wander over to your sysadmin and get him|her to (re)install TCO. To check this, type perl -V | more at the command line; it will show the @INC...
  2. swampyankee

    Transferring value into a do loop

    Neglecting the rather obvious problem -- your array is sized at 50, but you don't check to make sure N doesn't exceed that -- and walking off the end of an array in Fortran is just as easy as doing so in C, and will have equally unpredictable results. 0: When you read N make sure its value...
  3. swampyankee

    perl debugger

    Try ptkdb

Part and Inventory Search

Back
Top