... Hi, ROFL. Thats a real newbie question. Test scripts locally, lol. If you have perl installed and are under win32, just click on the script and bam it...
Unless you do not have Perl installed, which could be the situation. If in Windows, get ActivePerl from ActiveState (www.activestate.com), It in *nix, Perl...
I don't know too much about encryption. I tried your search under CPAN and got a decent list of modules. If you know what you are looking for, try going...
Sorry, I was supposed to include a URL there. The search I did was the following: http://search.cpan.org/search?m=module&q=RSA+2048+&s=11 Good luck Rex El Rex...
hi all I'm newbie on perl, I wanna ask something. I have code to read the content of a file like this: sub test { my @sections=@_; my $filename=pop @sections; ...
Donwnload this great software: http://enginsite.com/Perl.htm And enjoy it and it's free. Dave. ... Hi, ROFL. Thats a real newbie question. Test scripts ...
Hey everyone, I am a new user.. I am working on a web service that checks a file and returns the number of times the word red, green and blue show up in it....
The following code is parsing out the /etc/shadow file and should print the second column but for some reason it's printing the third. #!/usr/local/bin/perl -w...
Greetings, The split function creates an array, which begins at zero [0]; therefore, you are accessing the 3rd element of the array. Try this instead: (my...
... perl> The following code is parsing out the /etc/shadow file and should perl> print the second column but for some reason it's printing the third. perl>...
Hi all, here is what I have already done, followed by what I need to do, and I hope someone here can/will help.. At one point in my application, the user wants...
hi people i have a small problem.... i would like to know how to create 2 dimensional arrays in perl...i'm not able to find this in any of the perl books..... ...
... You don't. What you can do is to create an array, the elements of which are references to other arrays. Look at the "perlref" man page, especially the part...
Hi, I'm writing a perl script that would basically do a query and send the results through email. This part shows the result for me... I've omitted stuff like ...
According to the documentation of MIME::Lite: <doc> Data Alternative to "Path" or "FH". The actual message data. This may be a scalar or a ref to an array of...
Hi everyone, I have a serious problem with my cgi file. For days I've been trying to make it work. Always the same error message: Premature end of script...
Hi Santhi, I downloaded the Sybase Module in the CPAN archives... I got this file sybperl-2.17.tar.gz I used the following commands to install this module... ...
Hi, I have a Perl 5.6.1 running on a Linux box. I downloaded the sybperl 2.171 module from http://www.peppler.org/downloads/ Then I copied this file to this...
Start writing some small programs. Then bug us when the problems get too big. tOM On 1 Oct 2004 at 16:06, ... -- Quidquid latine dictum sit altum viditur -- ...
I'm just starting to use Perl, and am writing my 1st email program using smtp. My isp requires a port other than 25, and I don't know how to specify that. They...