Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 19035 - 19065 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19035
... encoding (to ... subrouting in the ... There is an escapeHTML() function in CGI.pm but I didn't find a reversal function. As Paul suggests, chr() will...
daymobrew@...
daymobrew
Offline Send Email
Jun 1, 2004
8:57 am
19036
From: daymobrew@... ... And what will you do if there are some unescaped chars? Use regexp replacement instead: $string =~ s/&\#(\d+);/chr($1)/ge; or...
Jenda Krynicky
jendaperl
Offline Send Email
Jun 1, 2004
10:23 am
19037
Is there an equivilent command in perl as the php include function (basically includes another script as if it were a part of the script "including" it) ...
Dustin Davis
xhenxhe
Offline Send Email
Jun 1, 2004
12:28 pm
19038
Dustin, Dustin> Is there an equivalent command in perl as Dustin> the php include function (basically includes Dustin> another script as if it were a part of...
Fortuno, Adam
fortunoa@...
Send Email
Jun 1, 2004
12:46 pm
19039
Hello, friends! Do you need to develop software or website? Post your project for free and get quotes! If you are owner of software company or freelancer this...
avheanan
Offline Send Email
Jun 1, 2004
12:58 pm
19040
Allo! ... Work great! Thank! Gilles B. -- Encore plus de trucs et d'astuces pour Webmasters http://www.biwi.qc.ca/favori/ More Webmastering trics: ...
Gilles Beauregard
balour_2000
Offline Send Email
Jun 1, 2004
3:59 pm
19041
Hello, I am looking for most evolved sequences in bacterial genome.one possible case is a string of palindrome. eg) ATGGTTCTAATCTTGGTA (like madam) what could...
com bio
combiofriends
Offline Send Email
Jun 1, 2004
7:14 pm
19042
Hi all, I recently tried my hand at operator overloading for some classes I have written, so that I can do clever things like: if ( $object1 eq $object2 ) I...
Jeff Eggen
jeggen@...
Send Email
Jun 1, 2004
10:16 pm
19043
... You missed something. The 'overload' docs mention a 'fallback' method. use overload ( 'eq' => \&test_equals, fallback => 1, ); The explanation in...
Jeff 'japhy' Pinyan
evilffej
Offline Send Email
Jun 1, 2004
10:35 pm
19044
... D'oh! I must have read that page about 4 times and it never clicked in. I kept thinking it was only related to the whole deal where overloading <=> and...
Jeff Eggen
jeggen@...
Send Email
Jun 1, 2004
10:43 pm
19045
Hi, I am running into a problem when it says that the variable is not initialized... http://koiparade.netfirms.com/mailme.html ...
Dinh Nguyen
dhnguyen89821
Offline Send Email
Jun 2, 2004
5:12 am
19046
... The script was written to demonstrate a beginning perl program. It will only run when called from the form in the first link above. Calling it directly...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Jun 2, 2004
6:30 am
19047
Hello! After 48 hours this new group for posting offshore projects has 80 members. And there are already some messages! If you are company owner or freelancer...
Av HeAnan
avheanan
Offline Send Email
Jun 2, 2004
8:31 am
19049
Hi, I am not able to run SSI on apache webserver, perl/ cgi scripts run perfectly but i am not able to run SSI. i am using windows 2000 and have all the ...
vinay mysore
vinay_ma
Offline Send Email
Jun 2, 2004
3:55 pm
19050
Hi Charles, Thanks for quick response. I am just testing the file (this will not go to production, it's much more complicated on the server) and it seems like...
Dinh Nguyen
dhnguyen89821
Offline Send Email
Jun 2, 2004
4:45 pm
19051
Hi Deepak, Can you stop advertising .....Please? These groups are for learning languages not advertising your products or services. Thanks, DN Deepak Mitra...
dhnguyen89821
Offline Send Email
Jun 2, 2004
4:52 pm
19052
Hello Friends, This is Robin here from Spider Systems Pvt. Ltd Pune. We are a part of a global IT company called "IGATE INC". IGATE is a SEI CMM Level 5...
Robin Anthony
softwarejobsatjobcurr...
Send Email
Jun 3, 2004
10:15 am
19053
... Has the server been restarted to re-read the update httpd.conf? What errors are you getting? Are you seeing the SSI directives instead of them being...
daymobrew@...
daymobrew
Offline Send Email
Jun 3, 2004
1:06 pm
19054
Hi All, We are pioneers in practical software testing training and with our focus on software testing and test automation we are able to provide specialized...
SQTL Labs
sqtl
Offline Send Email
Jun 3, 2004
3:39 pm
19055
I got two questions, first is there a way to add binary numbers? I mean we got two numbers 01100010 and 11001001 how do we OR, XOR and ADD these binaries....
nanambalasi
Offline Send Email
Jun 3, 2004
3:59 pm
19056
... With the + operator ... You have to do the conversion of these strings, AFAIK. Without a module, you can do something like: printf("%08b", 0b01100010 &...
Bob Showalter
bshow12
Offline Send Email
Jun 3, 2004
4:18 pm
19057
... nanambalasi> I got two questions, first is there a way to add binary numbers? nanambalasi> I mean we got two numbers nanambalasi> 01100010 and nanambalasi>...
merlyn@...
merlynstoneh...
Offline Send Email
Jun 3, 2004
4:19 pm
19058
This is advertisement! Please stop advertising on this group. Thank you. SQTL Labs <sqtl@...> wrote: Hi All, We are pioneers in practical software...
dhnguyen89821
Offline Send Email
Jun 3, 2004
6:27 pm
19059
This is advertisement! Please stop advertising on this group. Thank you. SQTL Labs <sqtl@...> wrote: Hi All, We are pioneers in practical software...
dhnguyen89821
Offline Send Email
Jun 3, 2004
6:28 pm
19060
Hello all my @names=("John", "Peter", "Mary"); my @ages =(12, 14, 16); keys is names How to create a hash? thank...
j12lee2000
Offline Send Email
Jun 4, 2004
12:02 am
19061
... j12lee2000> Hello all j12lee2000> my @names=("John", "Peter", "Mary"); j12lee2000> my @ages =(12, 14, 16); j12lee2000> keys is names j12lee2000> How to...
merlyn@...
merlynstoneh...
Offline Send Email
Jun 4, 2004
12:04 am
19062
On 03 Jun 2004 17:04:04 -0700, merlyn@... ... why is that: @new_hash{@names} = @ages; instead of: %new_hash{@names} = @ages; ?...
eman
egcalso
Offline Send Email
Jun 4, 2004
6:31 am
19063
Greetings. I'm trying to figure out how to convert a file that I FTP from a Unix system so that I can read it on a Windows machine. The main problem is that I...
Mark Mecca
meccamw
Offline Send Email
Jun 4, 2004
12:01 pm
19064
Well, the simplest thing is to transfer the file using FTP's ASCII or 'text' mode, which was designed around 30 years ago to do exactly what you want. ... Q:...
Paul Archer
tigger@...
Send Email
Jun 4, 2004
12:17 pm
19065
I thought we were using the ASCII option to get the file but that it didn't help the situation. I will have to check. What is the 'text' option? ... or...
Mark Mecca
meccamw
Offline Send Email
Jun 4, 2004
1:43 pm
Messages 19035 - 19065 of 26718   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