Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perl-beginner · Perl Beginners Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3765
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 25711 - 25740 of 27459   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
25711 merlyn@...
merlynstoneh... Send Email
Sep 14, 2007
6:10 pm
... Lou> I am writing an online game and I at looking for ways to prevent cheating... Lou> 1-Cookies Can be defeated. Lou> 2-Same (or similar IP address?) ...
25712 Lou Hernsen
luinrandir Send Email
Sep 14, 2007
8:42 pm
Hmm. agreed... any ideas on what TO do? ... fake ... idea....
25713 transientresponse
transientres... Send Email
Sep 16, 2007
9:18 am
Hi, Background: bttrack.py is a open src torrent tracker, that uses the option --dfile fileName, to save state information in. The file is bencoded and has...
25714 pank_chat245 Send Email Sep 17, 2007
8:33 am
Hi everybody, Can somebody throw some light why my code is not working. All I am trying to covert ascii character in to their corresponding hexa value and to...
25715 transientresponse
transientres... Send Email
Sep 17, 2007
10:05 am
Hi, resolved this....
25716 Thiago Nascimento
nascimentoth... Send Email
Sep 17, 2007
11:31 am
Try this code: #!/usr/bin/perl use warnings; use strict; my $char = '(c)'; my $decval = ord $char; my $hexval = sprintf("%x", $decval); print "$char in hex is...
25717 Pankaj Chaturvedi
pank_chat245 Send Email
Sep 17, 2007
12:06 pm
Perfect!!! I made few changes in it to get © sort of output. Thanks again. ... [Non-text portions of this message have been removed]...
25718 Pankaj Chaturvedi
pank_chat245 Send Email
Sep 17, 2007
12:36 pm
Hi Thiago, Well I¹ve another question related to this, instead of defining $char as Œ(c)¹ or any other special character, can I do something like any symbol...
25719 Lou Hernsen
luinrandir Send Email
Sep 17, 2007
3:13 pm
At what point does it save time and processer usage between reading and writing the entire file and using a database? How big does a file have to be before its...
25720 merlyn@...
merlynstoneh... Send Email
Sep 17, 2007
3:42 pm
... Thiago> my $char = '(c)'; Thiago> my $decval = ord $char; That's not really "decimal". It's just a "number" internally, without a numeric base. Well,...
25721 Jenda Krynicky
jendaperl Send Email
Sep 17, 2007
10:20 pm
... I'm afraid the best answer to this question you can get is "It depends". It depends heavily on the actions you need to do with the data and the structure...
25722 a_z0_9_blah Send Email Sep 17, 2007
11:26 pm
... DataBase ... as ... the ... langauge ... has ... written for ... Thanks ... Hello LOu, Just today, Chas Owens gave a nice example of using DBI on ...
25723 Pankaj Chaturvedi
pank_chat245 Send Email
Sep 18, 2007
7:32 am
Hi, Can somebody let me know how to declare a scalar variable as a ³Unicode symbol² say for example $char=¹©¹; I know the following declarations but was...
25724 bangalore_comcreation
bangalore_co... Send Email
Sep 19, 2007
11:43 am
Greetings!!! We (www.comcreation.com) ComCreation, a CTEL Group Company www.ctepl.com is a Delaware Corporation, with its Corporate offices in Dallas, TX &...
25725 Ryan J Nauman
pwn_escobar Send Email
Sep 19, 2007
12:27 pm
Is there any function to nicely dump the contents of an array/hash? Similar to var_dump or print_r in php? If not, anyone have one they wrote themselves? ...
25726 bike2ride
gl_bike2ride Send Email
Sep 19, 2007
12:33 pm
... wrote ... use Data::Dumper; print Dumper (\@yourArray); print Dumper (\@yourHash); ~...
25727 bike2ride
gl_bike2ride Send Email
Sep 19, 2007
12:35 pm
... print Dumper (\%yourHash);...
25728 bike2ride
gl_bike2ride Send Email
Sep 19, 2007
12:35 pm
... wrote ... use Data::Dumper; print Dumper (\@yourArray); print Dumper (\@yourHash); ~...
25729 Ryan J Nauman
pwn_escobar Send Email
Sep 19, 2007
12:49 pm
... You are a life saver :) [Non-text portions of this message have been removed]...
25730 Ryan J Nauman
pwn_escobar Send Email
Sep 19, 2007
2:16 pm
I have a hash. I want to sort it by its keys and maintain its newly sorted version. I know you can use sort keys but isn't there a simple one liner to take a...
25731 Jeff Pinyan
evilffej Send Email
Sep 19, 2007
2:27 pm
... No. Hashes maintain an internal order that can change over time as more keys are added (or deleted). If you want to keep the keys of a hash in a...
25732 Ryan J Nauman
pwn_escobar Send Email
Sep 19, 2007
4:38 pm
My goal is to host this on my scrabble website using CGI. From there, the user can enter a word and it will run this program to display all of the possible...
25733 sgmayo@...
melph63825 Send Email
Sep 19, 2007
10:01 pm
Is there is a function that returns the groups that a user is in? I know that I can use getgrnam <name> to get a list of members of that group, but I was...
25734 Jenda Krynicky
jendaperl Send Email
Sep 19, 2007
11:43 pm
From: sgmayo@... ... Usually it helps to say what operatiing system do you use when asking somehintg apparently OS dependent. You would...
25735 Joe Catanzaro
joecatanzaro Send Email
Sep 20, 2007
8:27 am
Here's my situation. I'm writing a CGI web form that works in 3 steps. Ask user how many rows to display for data entry, display the rows of form fields for...
25736 merlyn@...
merlynstoneh... Send Email
Sep 20, 2007
3:26 pm
... Joe> my %one_row = ( Joe> name => param ("name"), Joe> age => param ("age"), Joe> favorite_perl_author => param ("author"), Joe>...
25737 sgmayo@...
melph63825 Send Email
Sep 20, 2007
4:34 pm
... Sorry about that. I guess that I was in a hurry. This is a Linux machine. -- Scott Mayo System Administrator Bloomfield Schools PH: 573-568-5669 FA:...
25738 Paul Archer
geek65535 Send Email
Sep 20, 2007
4:44 pm
You probably just want the 'id' command: $ id parcher uid=1000(parcher) gid=1000(parcher) ...
25739 srini
sri9991 Send Email
Sep 20, 2007
5:59 pm
Hi Friends Here is NASA took picture in space attached, it is really good. Srini ... Yahoo! oneSearch: Finally, mobile search that gives answers, not web...
25740 Jonathan Mangin
jon.mangin Send Email
Sep 20, 2007
6:08 pm
System went down, had to run fsck and remove some directories. Starting apache gives the following error: [Thu Sep 20 10:57:43 2007] [error] Global symbol...
Messages 25711 - 25740 of 27459   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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