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 strongm 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. darian

    Email without domain name

    Is it possible to run MS Exchange for Internet email without having a domain name? Can you send email using the IP address instead? <p>Stanley<br><a href=mailto:webmaster@glass-images.com>webmaster@glass-images.com</a><br><a href=http://www.glass-images.com>Glass Images</a><br>
  2. darian

    Help with a regular expression ......

    This is what I came up with when trying to make a url into a link when I read an email.<br> <br> foreach $mail (@mailbody) # Now print each line<br> { <br> <br> $mail =~ s{<br> (<br> (?:ftp ¦ https?)<br> :// <br> \S+<br> )<br> }{<br> my $url = $1;<br> my...
  3. darian

    Decent FREE Proxy???

    Does anyone know of a decent FREE proxy server program that I can get. I am still learning and don't want to go out and spend $700 to get one that will only be used for experimentation. I would however like to find one that supports all the way up to Socks5 so that I may run ICQ through it. My...
  4. darian

    Handling Multipart MIME types in an e-mail message

    You were on the right track with the MIME part but in the whole package of the MIME-tools there is a decoder. Try working with that. You can use the URL below to find it at CPAN. I havn't actually used this yet as I am still working on the POP3 part or at least working with folders anyway. Hope...
  5. darian

    VB with outlook forms problem

    Can anyone tell me why the code below is giving me this error?<br> <br> Could not complete the operation. One or more parameter values are not valid.<br> <br> The code below is used behind a form used in MS Outlook. The form is filled in by a user and then sent on to the proper personel one by...
  6. darian

    graphics

    print &quot;Content-type: text/html\n\n&quot;;<br> print qq~<br> my text goes here.&lt;br&gt;<br> &lt;img src=&quot;myimage.gif&quot;&gt;<br> ~;
  7. darian

    Perl Book

    Try informit.com<br> They have books online. The full versions. And it's free.
  8. darian

    Perl form/post question

    Jerry,<br> Here is a bit of code you can look at or even use that I place in just about all of my scripts. This will give you a neat output page for your errors and even some extra info that might make errors easier to track. You can call this sub like so:<br> <br> open(FILE...
  9. darian

    VB with outlook forms problem

    Can anyone tell me why the code below is giving me this error?<br> <br> Could not complete the operation. One or more parameter values are not valid.<br> <br> The code below is used behind a form used in MS Outlook. The form is filled in by a user and then sent on to the proper personel one by...

Part and Inventory Search

Back
Top