Search the web
Sign In
New User? Sign Up
Perl_Official · Perl . CGI . Shell script
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1589 - 1618 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1589
Hello, I'm looking for a perl module that will encrypt a word using RSA 2048 encryption. Any help would be appreciated. Thanks, Cris...
57a649@...
bucklucifer
Online Now Send Email
Aug 3, 2004
9:30 pm
1590
Please post your code to work from there Regards Rex hackrneo <hackrneo@...> wrote: Hi All, I am trying to read multiple files to read some data's...
El Rex
perl_jam03
Offline Send Email
Aug 4, 2004
6:37 pm
1591
Hi all, i am just starting to learn perl and i need to know where i can test scripts localy. Is there a free application in which i can do this...
spencerbrucem
Offline Send Email
Aug 4, 2004
11:55 pm
1592
... 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...
Paul Malcher
iso196
Offline Send Email
Aug 5, 2004
3:40 am
1593
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...
El Rex
perl_jam03
Offline Send Email
Aug 8, 2004
6:04 pm
1594
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...
El Rex
perl_jam03
Offline Send Email
Aug 8, 2004
6:04 pm
1595
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...
El Rex
perl_jam03
Offline Send Email
Aug 10, 2004
4:26 am
1596
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; ...
ical9016
Offline Send Email
Aug 11, 2004
6:13 pm
1597
I have just started to learn this language but i do not know how to test my scripts and recommendations?...
spencerbrucem
Offline Send Email
Aug 11, 2004
10:57 pm
1598
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 ...
David Iraheta
david_iraheta
Offline Send Email
Aug 12, 2004
4:02 am
1599
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....
mad_dubey
Offline Send Email
Aug 12, 2004
2:25 pm
1600
I downloaded the program and then it has an open file dialog and wants me to open perl.exe and i do not know where that is any help?...
spencerbrucem
Offline Send Email
Aug 15, 2004
4:34 am
1601
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...
perl_1978
Offline
Aug 23, 2004
2:42 pm
1602
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...
kchima01
Offline
Aug 23, 2004
3:28 pm
1603
... 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>...
merlyn@...
merlynstoneh...
Online Now Send Email
Aug 23, 2004
3:30 pm
1604
Thanks merlynstonehengecom and kchima01 it's fixed now. ... this ... third....
perl_1978
Offline
Aug 23, 2004
6:33 pm
1605
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...
huxjones
Offline Send Email
Sep 1, 2004
3:16 pm
1606
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..... ...
harish sundararaj
harish85_bt
Offline Send Email
Sep 2, 2004
12:33 pm
1607
... 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...
fischron.external@...
dodekaedergu...
Offline Send Email
Sep 2, 2004
12:56 pm
1608
... harish> i have a small problem.... harish> i would like to know how to create 2 dimensional harish> arrays in perl... Perl doesn't have formal...
merlyn@...
merlynstoneh...
Online Now Send Email
Sep 2, 2004
6:48 pm
1609
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 ...
jocua.rm
Offline
Sep 15, 2004
3:50 pm
1610
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...
El Rex
perl_jam03
Offline Send Email
Sep 15, 2004
11:09 pm
1611
You can't use @row. You have to use $row instead....
Mike Southern
mikesouthern
Offline Send Email
Sep 15, 2004
11:37 pm
1612
Thanks... I will try your suggestions. ... may be ... message ... array. ... instead of ... you get ... dereferencing ... screen ... send...
jocua.rm
Offline
Sep 16, 2004
8:34 pm
1613
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...
superlathe
Offline Send Email
Sep 18, 2004
6:32 pm
1614
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... ...
jocua.rm
Offline
Sep 23, 2004
6:38 pm
1615
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...
jocua.rm
Offline
Sep 28, 2004
8:08 pm
1616
Hi all, I am new to perl. have finished some intro tutorials.Can anyone send me some advanced tutorials? thanks in advance Cheers...
santosh_pai_inc
Offline Send Email
Oct 1, 2004
5:00 pm
1617
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 -- ...
tOM Trottier
tomtrottierca
Offline Send Email
Oct 3, 2004
4:31 pm
1618
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...
backpack45scb
Offline Send Email
Oct 4, 2004
4:40 pm
Messages 1589 - 1618 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help