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 Chris Miller 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. freelancingengineer

    Mail trigger

    maybe procmail is what you are looking for? it all depends on the purpose of your script, your posting was not that informative ;) -- M.Sc. in Computer Science Freelancing software engineer visit http://www.edlin.org to contact me regarding software projects
  2. freelancingengineer

    Automate login and navigation on front end

    you can use libwww (LWP)for this. available at cpan.org -- M.Sc. in Computer Science Freelancing software engineer visit http://www.edlin.org to contact me regarding software projects
  3. freelancingengineer

    Pattern Oriented Software book

    It is highly recommended, very useful. I can also recommend the "GOF" book: Design Pattern by Gamma et al -- M.Sc. in Computer Science Freelancing software engineer visit http://www.edlin.org to contact me regarding software projects
  4. freelancingengineer

    Copy stuff in increments of 10

    Hmm...wouldn't it be easier to make this as a normal shell script? e.g. scp myfile myuser@somehost:/some/directory/ & just a thought. -- M.Sc. in Computer Science Freelancing software engineer visit http://www.edlin.org to contact me regarding software projects
  5. freelancingengineer

    how to connect to a cep database by using perl

    really, do a bit of effort before posting..... google on perl DBI database connect -- M.Sc. in Computer Science Freelancing software engineer visit http://www.edlin.org to contact me regarding software projects
  6. freelancingengineer

    Hash of Hashes ( again )

    it is a hash of hashes of hashes of integers. I suggest that you read up on how hashes work, do a google search for Perl data structures cookbook, Tom Christiansen wrote down good examples of different kind of sturctures (hash of lists, lists of hashes etc) in Perl years ago, it is still around...

Part and Inventory Search

Back
Top