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 Wanet Telecoms Ltd 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: *

  • Users: teka2112
  • Content: Threads
  • Order by date
  1. teka2112

    sendmail/postfix problem: sendmail dead but subsys locked

    Ive got a small server running on a linux box. Im using Apache2 to serve HT docs. Ive also got some perl 5 scripts with which im using sendmail to send various emails. Ive got a problem which surfaced recently - possibly coinsiding with rebooting the server (complete power down). The problem is...
  2. teka2112

    why does XML data appear when using MSIE6 but not Opera??

    ive got some HTML code: <html> <head> <title>news test</title> </head> <body> <xml id=&quot;news&quot; src=&quot;/news.xml&quot;></xml> <table datasrc=&quot;#news&quot; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;> <tr> <td align=&quot;center&quot;>...
  3. teka2112

    How would I change resolution of a graphic file on the fly during U/L

    HI all Ive got a file upload tool (up.cgi) on my server. Users can upload a few different types of files (file input from HTML FORM points to my upload script (up.cgi) then gets saved on my server using: sub Store_Results { my $data; my $bytes_count; $size =...
  4. teka2112

    how would I search a folder of files for content and make changes

    HI I had good luck with my last question, so I thought id try with another problem im having. and, yes, I do look for the answer in my perl book first - but I cant seem to find what im looking for in there. so, the problem is: I have a folder of files - different types (extensions). I need to...
  5. teka2112

    How do I seperate a filename from its extension so I can use both

    I need to take a standard filename: myfilename.ext and seperate the filename from the extension and be able to use both in my code. im new to perl - have written only a few scripts. so, i would like to end up with (somehow) $filename = myfilename $ext = ext thanks

Part and Inventory Search

Back
Top