User Profile

Collapse

Profile Sidebar

Collapse
happyse27
happyse27
Last Activity: Jul 15 '09, 08:46 AM
Joined: Sep 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • happyse27
    replied to Sending email issues...
    in Perl
    Thanks Kelvin cheers..........
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    any light? thanks...
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    any workaround? Thanks...
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    ok thanks Kevin.


    Hi Kevin / All,

    Still got problem with openssl 0.96d as per recommended by http://www.cpan.org/modules/by-modul...ay-1.35.readme for Net::SSLeay.pm


    Any workaround? I got the error messages when compiling below even after the advise 1 and 2 is given below from different sources. Thanks in Advance, really desperate to resolve this issues. Searched for many websites...
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    Thanks Kevin! It worked like a charm for all now.. Only thing left now is BELOW, kindly assist... :|...

    c:/strawberry/perl/bin/cpan -h
    cpan -fi Net::SMTP::SSL
    , and other installed.

    For Net::SSLeay 1.35 module, it needs 1.03 ver openssl from www.openssl.org. Where to get openssl 1.03 SSL? I could not find the relevant link(see first link below)

    http://www.cpan.org/modules/by-module/Net...
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    a) ok thanks Kevin(sorry typo to your name).
    I will uninstall activestate ppm and after that all its physical modules,
    and also follow your instructions to uninstall strawberry and reinstall again.

    b) Btw, I need help to see how to install a free shopping cart, any recommendation?

    I saw Mango::cart, not sure if it is good.

    Thanks,
    Andrew
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    Hi Jeff,

    Thanks. I did not ignore, I uninstalled ppm from windows control panel add/remove program. But the ppm modules still there.

    Do I need to remove all the ppm modules in the physical directories also? Kindly advise. Then I have to put strawberry perl bin directory my perl script right?


    Best Rgds,
    Andrew
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    Hi Jeff,

    Thanks, can you give me a lead on how and where to start write some codes for gmail emailing or smtp emailing?

    I just wanted to send email from some free email portal like gmail, yahoo or hotmail. Not sure if they opened it also?


    Cheers...
    Andrew
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    Hi Jeff,

    Tried commands install IO::Socket::SSL , force install IO::Socket::SSL . Likewise for Net::SMTP::SSL using install Net::SMTP::SSL and force install Net::SMTP::SSL. Got failure to install message like below.

    Is it PPM not uninstalled? Or any other reason?


    Thanks and Best Rgds,
    Andrew


    Note:
    =====
    No 'Makefile' created
    , won't make
    ...
    See more | Go to post

    Leave a comment:


  • oh, the # comment was not part of the code. Only my comments... at wits end. Surveyed many websites... still not able... thanks...
    See more | Go to post

    Leave a comment:


  • pls advise why onsubmit="retur n ValidateForm1(' this')" did not work in the form validation... The below example worked however...

    Code:
    #!c:/perl/bin/perl.exe -w
    #!/usr/local/bin/perl
    
    my $random_number = int( rand( 10)); 
    
    print "Content-type: text/html\n\n";
    print qq|
    
    <html> 
    <head> 
    <title>A Random Number</title>
    ...
    See more | Go to post

    Leave a comment:


  • happyse27
    started a topic embedding javascript using html into perl script
    in Perl

    embedding javascript using html into perl script

    Hi All,

    I am creating the perl script using html form(with embedded javascript inside).

    When using this html form with javascript alone, it works where the form validation will pop up javascript windows to say the field is not keyed into properly. However, when i convert this html(with javascript inside) into perl script, the perl script did not validate when i keyed incorrect data in the form and it straight away...
    See more | Go to post
    Last edited by happyse27; Jul 2 '09, 03:49 AM. Reason: need to put code statement

  • happyse27
    replied to Sending email issues...
    in Perl
    Hi Jeff / Gurus,

    Thanks again. I am ashamed that because I had not found out enough. Sorry for that.

    However, I would like to emphasize that I did search alot of the the internet and did not find relevant stuff, maybe my search was wrong ways.

    Secondly, I needed help still because I dont really understand the documentation you just gave that well even after reading for many times(reading wise I am...
    See more | Go to post
    Last edited by happyse27; Jul 2 '09, 03:38 AM. Reason: typo

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    Dear Jeff,

    Thanks. I saw the steps looked like unix. The modules I required not installed referring to below. What are the steps to install the modules, I really need the smtp email badly.


    Best Rgds,
    Andrew


    Notes
    ---------


    Thu Jan 29 22:51:06 2009: "Module" ExtUtils::MakeM aker
    * "installed into: C:\strawberry\p erl\lib"...
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    hi Sir,

    Thanks. I am using windows perl, the documentation looked like for unix. Any relevant reference? Thanks in advance.


    Cheers...
    Andrew
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    i had uninstalled activestate perl before the reinstall of external modules. thanks.
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    Hi All,

    Thanks. I still have problem. logs are below at item b.

    a) where and how in strawberry perl to check which are the modules installed and which are failed, and the logs if possible.

    b) logs

    i)

    D:\strawberry-perl-5.10.0.4-portable-beta-2\perl\bin>perl -MCPAN -e "install Net
    ::SSLeay"
    Database was generated on Sat, 20 Jun 2009 00:17:20 GMT...
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    ok thanks Sir.

    I will take note.

    a) is there installation and configuration manual for strawberry perl?

    b) do I have to uninstall activestate perl?

    c) the configuration path to my former scripts have to change to D:\strawberry-perl-5.10.0.4-portable-beta-2\perl\bin ?

    d) I have installed Strawberry perl and tried to install the modules, but the problem remained. See error...
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    any alternative? Cheers..
    See more | Go to post

    Leave a comment:


  • happyse27
    replied to Sending email issues...
    in Perl
    Hi Sir,

    Thanks! Once again, you are here to come to rescue. Also, I think it is few steps improvement to making it work. Please kindly advise on the error item a) below where the error possibly lies? Especially the modules as I believed I have installed the four modules(which is from http://robertmaldon.blogspot.com/200...smtp-from.html) from ppm gui program.

    modules installed
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...