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 not that well versed because I got some problems) and also the I tried to install Net::Smtp::SSL after I unzip the file, it mentioned the file could not be installed because it could not be found. The I/O module also could not be installed in similar fashion.
1) I just wanted to know how to install the modules in windows and make sure that it being called in the correct directory by the script(see error below). I had uninstalled ppm and only using strawberry, but seemed like ppm module still there in the directories, should I just use strawberry directory in my perl script where strawberry bin exe file is installed?. I had also tried untar from the directory and using the install command in the perl directory.
Kindly advise.
Thanks and Best Rgds,
Andrew
a) error a below
-------------------
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl>cd bin
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl\bin>ppm
PPM interactive shell (0.01_01) - type 'help' for available commands.
PPM> help
Commands:
exit - leave the program.
help [command] - prints this screen, or help on 'command'.
install PACKAGES - installs specified PACKAGES.
quit - leave the program.
query [options] - query information about installed packages.
remove PACKAGES - removes the specified PACKAGES from the system.
search [options] - search information about available packages.
set [options] - set/display current options.
verify [options] - verifies current install is up to date.
version - displays PPM version number
PPM> install Net:Smtp:SSL
Install package 'Net:Smtp:SSL?' (y/N): y
Installing package 'Net:Smtp:SSL'. ..
Can't locate object method "rvalidate" via package "PPM::XML::PPD: :html" at D:/s
trawberry-perl-5.10.0.4-portable-beta-2/perl/site/lib/PPM.pm line 1687, <> line
3.
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl\bin>
b) error b
=======
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl>cd bin
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl\bin>ppm
PPM interactive shell (0.01_01) - type 'help' for available commands.
PPM> help
Commands:
exit - leave the program.
help [command] - prints this screen, or help on 'command'.
install PACKAGES - installs specified PACKAGES.
quit - leave the program.
query [options] - query information about installed packages.
remove PACKAGES - removes the specified PACKAGES from the system.
search [options] - search information about available packages.
set [options] - set/display current options.
verify [options] - verifies current install is up to date.
version - displays PPM version number
PPM> install Net:Smtp:SSL
Install package 'Net:Smtp:SSL?' (y/N): y
Installing package 'Net:Smtp:SSL'. ..
Can't locate object method "rvalidate" via package "PPM::XML::PPD: :html" at D:/s
trawberry-perl-5.10.0.4-portable-beta-2/perl/site/lib/PPM.pm line 1687, <> line
3.
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl\bin>
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 not that well versed because I got some problems) and also the I tried to install Net::Smtp::SSL after I unzip the file, it mentioned the file could not be installed because it could not be found. The I/O module also could not be installed in similar fashion.
1) I just wanted to know how to install the modules in windows and make sure that it being called in the correct directory by the script(see error below). I had uninstalled ppm and only using strawberry, but seemed like ppm module still there in the directories, should I just use strawberry directory in my perl script where strawberry bin exe file is installed?. I had also tried untar from the directory and using the install command in the perl directory.
Kindly advise.
Thanks and Best Rgds,
Andrew
a) error a below
-------------------
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl>cd bin
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl\bin>ppm
PPM interactive shell (0.01_01) - type 'help' for available commands.
PPM> help
Commands:
exit - leave the program.
help [command] - prints this screen, or help on 'command'.
install PACKAGES - installs specified PACKAGES.
quit - leave the program.
query [options] - query information about installed packages.
remove PACKAGES - removes the specified PACKAGES from the system.
search [options] - search information about available packages.
set [options] - set/display current options.
verify [options] - verifies current install is up to date.
version - displays PPM version number
PPM> install Net:Smtp:SSL
Install package 'Net:Smtp:SSL?' (y/N): y
Installing package 'Net:Smtp:SSL'. ..
Can't locate object method "rvalidate" via package "PPM::XML::PPD: :html" at D:/s
trawberry-perl-5.10.0.4-portable-beta-2/perl/site/lib/PPM.pm line 1687, <> line
3.
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl\bin>
b) error b
=======
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl>cd bin
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl\bin>ppm
PPM interactive shell (0.01_01) - type 'help' for available commands.
PPM> help
Commands:
exit - leave the program.
help [command] - prints this screen, or help on 'command'.
install PACKAGES - installs specified PACKAGES.
quit - leave the program.
query [options] - query information about installed packages.
remove PACKAGES - removes the specified PACKAGES from the system.
search [options] - search information about available packages.
set [options] - set/display current options.
verify [options] - verifies current install is up to date.
version - displays PPM version number
PPM> install Net:Smtp:SSL
Install package 'Net:Smtp:SSL?' (y/N): y
Installing package 'Net:Smtp:SSL'. ..
Can't locate object method "rvalidate" via package "PPM::XML::PPD: :html" at D:/s
trawberry-perl-5.10.0.4-portable-beta-2/perl/site/lib/PPM.pm line 1687, <> line
3.
D:\strawberry-perl-5.10.0.4-portable-beta-2\perl\bin>
Comment