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 gkittelson 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. rsg00usa

    Getting module name within a perl module

    I'd like to print the module name of the module I'm currently within. So say program foo.pl calls module bar.pm. Within bar.pm how do I get it's name. $0 refers to foo.pl not bar.pm. Thanks, Scott
  2. rsg00usa

    Best approach in storing file content

    I have a databases that stores log file information amongst other things. Along with that information is a path to where the actual log file resides. A colleague of mine suggested storing the file itself in the database as well. Is that a better idea? I would think keeping a pointer to where...
  3. rsg00usa

    Expect.pm warning message?

    I keep geting the following warning message when I successfully use the Expect.pm module. Is this becasue I'm not using it correctly? I don't use a string "scp" in my code. Unquoted string "scp" may clash with future reserved word at...

Part and Inventory Search

Back
Top