Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
perl . beginners
This is a Usenet group - learn more
Find or start a Google Group about beginners.
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 22820  Older »
Description: beginners@perl.org (Moderated)
 

Scripts in Padre do not run. Need step-by-step help in setting up, as all current procedures I have found have failed for me. 
  *NOTE: To skip directly to the problem itself, skip to the bolded text below. However, I thought I would give some background context first.* Hi, My name is Michael, and I am trying to get into Perl. While I have Ubuntu Linux installed on my computer, my default environment is Windows 7, and... more »
By Michael Goldsbie  - May 24 - 4 new of 4 messages    

Next subnet 
  How do I find the next subnet? This should print 192.168.1.0 the second time - it errors: ... use strict; use warnings; use Net::IP; my $ip = Net::IP->new('192.168.0.0/24') ; print "Start ip [" . $ip->ip . "]\n"; print "start mask [" . $ip->prefixlen . "]\n"; $ip->set($ip->last_ip);... more »
By shawn wilson  - May 24 - 1 new of 1 message    

help with some code 
  Iam practicing from start and I have a problem with this code: This is the comment of the console, i coulnd't give a round to it, pls help... Can't locate Glib.pm in @INC <@INC contains: C:/Dwimperl/perl/site/lib C:/Dwimperl/perl/vendor/lib C:/Dwimperl/perl/lib .> at janelahello.pl line 3.... more »
By Rahim Fakir  - May 23 - 6 new of 6 messages    

begining 
  Can someone tell me or give a adress to programs like hello world or similar, for practice. Iam beging practice programming, and bought a book of perl, but i need program to practice can someone give me a hand. Best Regards Ray
By Rahim Fakir  - May 19 - 5 new of 5 messages    

issue with threaded IO::Socket::INET 
  Hi All, I have an issue with a small piece of code. I am using IO::Socket::INET to accept client connections from an socket, and then hand the connection off to an newly created thread. As soon as an client disconnects (or interrupts the tcp session), the script will exit completely. No errors, and the... more »
By "Chris Knipe"  - May 19 - 1 new of 1 message    

DBD::mysqlPP is giving out of memory exception and ODBC is working fine. 
  $dbh = DBI->connect("dbi:mysqlPP:$dsn ;host=$host", $user, $pw, {PrintError => 1, RaiseError => 1}); if (!$dbh) { print "error: connection: $DBI::err\n$DBI::errstr\n$DBI: :state\n"; ...$drh = DBI->install_driver("mysqlPP") ; $ary_ref = $dbh->selectcol_arrayref("SELE CT pui,spuid FROM inven WHERE... more »
By Ganesh Babu N  - May 18 - 3 new of 3 messages    

Battling with threaded TCP server 
  Hi, I am looking for assistance in programing an TCP Socket server. Effectively, I am looking for a skeleton to do the following: - Server starts up, and starts x amounts of threads (working) - All threads connects to an remote server via TCP and idles, keeping the connections alive (working)... more »
By "Chris Knipe"  - May 18 - 1 new of 1 message    

Tell me how to use CGI.pm in table 
  Hi Please help me. I can only see Hilary Duff. I can not see Taylor Momsen. I would like to use table for that. How should I do? ...use Modern::Perl; use autodie; use CGI; my $q = CGI->new; my %label = ( celeb => 'Who do you fancy? : ', ); my %form = ( celeb => $q->radio_group(-name=>'celeb' ,... more »
By Masayoshi Fujimoto  - May 17 - 3 new of 3 messages    

What does $$ mean ? 
  Greetings, What does this mean [CODE1] keys %{$$disk_type_ref{$pool}}; [/CODE1] Moreover, what does $$ mean here [CODE2] @{$$disk_type_ref{$pool}{$med_ value}} [/CODE2] What data structures does the above things denote? Any pointers will be of great help. Thanking you in advance. best, Shaji ------------------------------ ------------------------------ -------------------... more »
By *Shaji Kalidasan*  - May 17 - 4 new of 4 messages    

map problems 
  hi, in a ldap script where I get a list of values of a multivalued attribute like this: @memberof = qw( cn=group1,cn=xxx,dc=domain,dc= tld cn=group2,cn=xxx,d=domain,dc=t ld etc etc) ; I would like to use map to convert the list of elements to @memberof = qw( group1 group2 group3 etc etc )... more »
By Natxo Asenjo  - May 16 - 5 new of 5 messages    

1 - 10 of 22820   « Newer | Older »

XML