/mastering-perl-2nd/9781449364946).
These three are really nice books. I also like them.
I also read this book (free PDF online):
https://onyxneon.com/downloads/modern_perl_ebook.pdf
--
regards,
Jeff Pang
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail
l'.
Isn’t the book Programming Perl by Larry?
--
regards,
Jeff Pang
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
slow.
--
With kindest regards, William.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄
--
regards,
Jeff Pang
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
On 2024-07-27 01:11, William Torrez Corea wrote:
How can I implement these two languages of programming in a program?
You want to check the following library.
https://metacpan.org/dist/Inline-C/view/lib/Inline/C.pod
--
regards,
Jeff Pang
--
To unsubscribe, e-mail: beginners-unsubscr
Hello list,
are these statements the same in perl?
$ perl -le '$_="abc";if (!/\w+\d+/){print "not matched"}'
not matched
$ perl -le '$_="abc";if ($_ !~ /\w+\d+/){print "not matched"}'
not matched
or which is the better one?
Thanks.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
Fo
Of course, I can use system calls and call the unix mount
or mountpoint applications but is there a proper perl way to do
this since system calls are not as elegant? Thank you.
How about this module from metacpan?
https://metacpan.org/pod/Sys::Linux::Mount
regards.
--
To unsubscribe, e-m
Hi,
I created a $dbh object in the main body, and pass it to a subroutine, then
close the $dbh in the subroutine, does it influence the $dbh in the main?
$dbh = DBI->connect($data_source, $username, $auth, \%attr);
my_func($dbh);
$dbh->do(something); # will this broke?
sub my_func {
my $d
Also avoid the MIME::Lite suggestion posted, as that module is
deprecated and not recommended for new code due to the vagaries and odd
bugs in it--also due to the fact that it's not actively maintained or
developed any more and just receives an occasional bug fix.
what's the better module to h
You might want to tell us what's the output for error.
Some reasons include the file path, the permissions etc.
I am developing a script in which I need to call another perl script.
In one linux machine it is working and in the other machine it is not working.
Ex:- system("./submit_now.pl $xx
I have succeeded in sending mail to my SMTP server with Mail::Sender
without SSL. But now I'm wondering how to do that with SSL, for example,
GMail. After reading the doc, I set TLS_required to 1 when I'm calling
Mail::Sender->new, but nohing works. I tried to debug the program but
found nothing
congratulation, you have got it~
Fri, 3 Aug 2012 14:02:25 +0530 от Anitha Sreejith Victor
:
I want to subscribe to this perl forum
thanks,
Anitha
--
Jeff Pang
jeffp...@mail.ru
On Wed, 29 Feb 2012 16:16:30 +0200, Brent Clark
wrote:
Hiya
Im looking to buy perl cookbook. I see the second edition was
released 2003.
Before I go off and buy it, does anyone know if perl cookbook 3rd
edition, is ever going to be published?
IIRC the book "Perl by examples" has the 5th e
于 2012-2-14 13:14, Punit Jain 写道:
This works manually if I run this script however under crontab it doesnot.
Any clue what could be the issue ?
How about the environment variables?
For example, you maybe have setup the value of RSYNC_PASSWORD in the
shell, but the value becomes not effective
于 2012-2-9 15:21, Parag Kalra 写道:
By data-structures being used, I mean the data structures that are
actually *declared* in the script.
And is it possible to find at least the data-structures stats of the
current script that is getting executed if no parser is available.
For example if I hav
于 2012-2-9 14:10, lina 写道:
On Thu, Feb 9, 2012 at 1:44 PM, Jeff Peng wrote:
> 于 2012-2-9 12:44, lina 写道:
>
>> $string =~ m/(\S+)(and|or)(\S+)/;
>
>
> $string =~ m/(\S+)\s+(and|or)\s+(\S+)/;
Wow, thanks
how does that one not work as expected,
I am reading brian
于 2012-2-9 12:44, lina 写道:
$string =~ m/(\S+)(and|or)(\S+)/;
$string =~ m/(\S+)\s+(and|or)\s+(\S+)/;
HTH.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
es on CPAN under the namespace of Devel::* may help him.
Jeff.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
于 2012-2-7 15:45, lina 写道:
I am sorry, still don't get.
$year = shift
part
Try with this code:
use strict;
my $month = "December";
my $year = "2007" ;
header($month,$year);
sub header {
print '@_ is: ' . "@_\n";
my $month = shift ;
print '@_ is: ' . "@_\n";
于 2012-2-7 15:07, lina 写道:
my $month = shift ;
my $year = shift ; here after shift the $year becomes null?
http://perldoc.perl.org/functions/shift.html
after shift the @_ becomes null. $year is 2007.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For addit
On Sun, 22 Jan 2012 13:47:26 +, Lívio Cipriano
wrote:
Hi,
I'm new to Perl but old in other programming languages. Is there a
equivalent
book in Perl as to the The C Programming Language?
Regards
Lívio Cipriano
http://backpan.perl.org/authors/id/Q/QU/QUONG/perlin20.html
A guide to Perl 5
于 2012-1-18 11:31, Chris Stinemetz 写道:
Would someone kindly advise me in sorting this array:
my @array = qw(c r v vr tr re c.p[1] c.p[3] c.p[2] c.p[4] c.p[7]
c.p[6] c.p[5] c.p[8] c.t[1] c.t[3] c.t[2]);
I only want to sort the elements that have a numeric value inside the
braces so that all the
于 2012-1-16 1:18, Pradeep Patra 写道:
It works and displays 1-12. But I need something different because i
dont know the value of "n" beforehand. So I decided to use a for loop.
I tried push but it did not work. I would appreciate any help to merge
multiple array elements preferably not using any l
于 2012-1-14 11:25, Parag Kalra 写道:
use FooBar;
my $obj = FooBar->new;
Do something
...
$obj->{'new_key'} = 'some_value'
Now I am not sure if that is the correct way of inserting a new data
structure into an already bless reference
I don't think you should modify the blessed obj
Just from the subject, for comparing arrays, I have been using
Array::Diff which works always fine for me.
I have a script where I have captured the value on the left side of
the "=" as the header for my table. Now I want to take the value on
the right side of the "=" sign and populate a new r
Hi,
Is there the good document or samples for running Thrift clients with Perl?
The document on CPAN is too less. Thanks.
--
Jeff Pang
jeffp...@mail.ru
/envelope/";>soap:Server<
/faultcode>Server was unable to process request. --->
Authentica
tion Failed
Best Regards,
Jeff Zanzinger
RealEstateCE.com
ph: 888.895.8839
fax: 866.517.1406
http://RealEstateCE.com/
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
ing else out there...
>
> are there any other modules which would be easy (natural fit) to work with
> data returned in JASON?
>
> please give your expert advice based on your insight into this.
>
>
> thank you.
>
--
Jeff Pang
jeffp...@mail.ru
nce.
>
use a module like this:
http://search.cpan.org/~xsawyerx/Module-Starter-1.58/lib/Module/Starter.pm
it will do all the stuff for you.
--
Jeff Pang
jeffp...@mail.ru
Has anyone used this perldroid, and how does it behave?
http://code.google.com/p/perldroid/
Thanks.
--
Jeff Pang
jeffp...@mail.ru
lled script as a module, then use or require this
module in main script and call the methods in the module.
--
Jeff Pang
jeffp...@mail.ru
ot;@allrecords";
> close OUT_FH;
>
You should always be able to add a "or die" for capturing exceptions.
open FH,">",$outfile or die $!;
print FH @sth;
close FH or die $!;
--
Jeff Pang
jeffp...@mail.ru
354 End data with .
from:
to:
subject:a test message
in the SMTP session above, the "mail from:" is the real sender ID, the "from:"
in the data section is the header ID.
--
Jeff Pang
jeffp...@mail.ru
book from there:
http://perltraining.com.au/notes/perlcgi.pdf
--
Jeff Pang
jeffp...@mail.ru
please send an empty message to beginners-unsubscr...@perl.org rather than
sending it to the list.
08 сентября 2011, 14:32 от ganesh vignesh :
>
>
>
--
Jeff Pang
jeffp...@mail.ru
/"ae","oe"/; print $_."\n";'
>
> expected result: aeoe
> actual result: aeae
>
> why?
>
> thx
> matthias
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
--
Jeff Pang
jeffp...@mail.ru
guide for Moose:
http://www.modernperlbooks.com/mt/index.html
--
Jeff Pang
jeffp...@mail.ru
And the book "Network programming with Perl" is a good book for Perl
client/server development including the fork stuff.
> -Original Message-
> From: dery...@gmail.com
> Sent: Wed, 15 Jun 2011 13:11:38 -0700 (PDT)
> To: beginners@perl.org
> Subject: Re: perl process forking tutorial recom
using two VPS, one is Linode, another is namecheap's.
Or try Amoson AMS for a year free.
--
Jeff Pang
www.DNSbed.com
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
eExcel.pm
--
Jeff Pang
www.DNSbed.com
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
h md5 or similar and store
them to a database.
When user input their username and password from the web from to
login, we re-encrypt the password and compare it to the database.
The encryption function could be md5:
use Digest::MD5 'md5_hex';
my $crypt = md5_hex($password);
--
Je
equest them from the browser.
--
Jeff Pang
www.DNSbed.com
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
$q = CGI->new;
my $page = $q->param("page_number");
print $q->redirect("/$page.html");
--
Jeff Pang
www.DNSbed.com
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
I am interested is the the 21st and 22nd byte value. In the above
> examples, they are both 05.
>
This could work:
while() {
my ($mat) = /^.{20}(.{2})/;
print $mat,"\n";
}
--
Jeff Pang
www.DNSbed.com
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additiona
2011/4/29 :
> Are there any current open source Perl shopping carts out there? The
> only carts I've been able to find are either ancient or are written in PHP.
>
I don't know there is such one.
You may post to mod_perl and Perl CGI mailing lists to get more info.
Regards.
--
To unsubs
2011/4/28 Tim Lewis :
> What is considered to be the proper way of naming internal subroutines?
>
> Example:
> my_special_subroutine or mySpecialSubroutine
>
neither.
But it could be: _my_special_subroutine
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail
2011/4/28 N :
> Remove me from the mailing list please
>
please send an empty mail to:
beginners-unsubscr...@perl.org
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
2011/4/28 Uri Guttman :
>
> the _ prefix is the only common way to mark a private OR protected
> method as perl doesn't directly provide any support for it. moose and
> other OO systems may support this.
I may think Perl OO (not moose) doesn't have private or protected
methods as other languages
2011/4/27 Tim Lewis :
> If needed, there is a good complete table of the ASCII values at
> http://www.asciitable.com/
>
Good resource.
BTW, what do "Hx" and "Oct" in the table mean?
And what's the difference between them?
Regards.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For ad
2011/4/28 heyi xiao :
> Hello all,
> In the source code of some bioperl modules, I saw method names start with
> "_". For instance, _print, in the following lines:
> $self->_print($buff);
> $self->_print("\n");
>
These generally mean internal methods, but you could also call them
from external pa
2011/4/27 jet speed :
> Hi,
>
> Please could you advice, how can i write a regular expression for the
> line below to capture 0079 and 69729260057253303030373
>
>
> 0079 Not Visible 69729260057253303030373
>
This might help?
$ perl -le '
$str="0079 Not Visible
2011/4/26 :
>
>
> $s = "$x = 23";
> eval $s;
>
>
eval a string is considered a bad way.
You may store and read the variables to and from a pure Perl data
structure storage, like Tie::Hash.
Regards.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: begi
2011/4/8 Jeff Pang :
> I don't like to put some info like below in the README file.
> "You should install Perl Interpreter (for example, ActivePerl) on the system."
>
I mean many users don't know how to install the ActivePerl on their
operation systems.
They even don
Hello,
It's easy to write a program with Perl for dynamic DNS client on Windows.
How to make this program as a standard product edition for Windows?
I don't like to put some info like below in the README file.
"You should install Perl Interpreter (for example, ActivePerl) on the system."
Thanks.
2011/2/2 Shlomit Afgin :
>
>
> Hello,
>
> I tried to convert html special characters to their real character.
> For example, converting ” to " .
>
> I had the string
> $str = "“ test ” ניסיון ";
> The string contain also Hebrew letters.
>
Could Encode work on it?
use Encode;
$new =
I saw many companies require the employees to use DBIx::Class for work.
I know this is a ORM system for database with Perl.
What's the advantage of using ORM?
Regards.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.
2011/1/6 Raymond Wan :
>
>
> Brandon again (sorry, maybe should have written two replies) -- I was
> going to avoid this thread but while working today, I was reading
> another program's documentation and they gave a script to run their
> program in Python. That's when I realized that the recent p
>
> That's to say , is there some methods that I can use to write some perl
> scripts on Linux Server
> to check the Windows Server System information ( CPU load , Memory and so
> on )?
>
Net::SNMP is your friend.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands
> I am planning to give Perl training to my juniors in my
> team. They are new to Perl. Could anyone please send me any Perl
> training materials with exercises, or links, which I can refer to?
>
Sure. There are some really good PPTs about perl training made by a
teacher Paul which was
2011/1/1 Shawn H Corey :
>
> Top posts don't bother me as much as those who don't trim the quotes. Other
> problems:
>
Another problem:
Shawn your signature message is too long to read. :)
Regards.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: begi
2010/12/31 Raymond Wan :
>
> If we leave it to just the people who "contribute and help", then it's
> no longer a list for beginners. It's for the contributors to post
> among themselves.
>
Right. Anyway Happy New Year all Perl gurus and beginners!
Regards.
--
To unsubscribe, e-mail: beginners
2010/12/29 Erez Schatz :
> Since most of your posts are related to directing people to your site,
> I'd say we are about even. In more tightly-moderated lists you'd be
> banned for spamming.
I agree with this point.
Directing everyone to a personal site is always considered rude.
Regards.
--
T
2010/12/29 Andrew Migliazzo :
> I am a UNIX system administrator and I want to use Perl because it's
> standard since Solaris 8. Honestly I do not care much about MS Windows
> programing or CGIs, I am looking for tasks automation or sockets
> management.
>
* Automating System Administration with P
Original-Nachricht
> Datum: Fri, 17 Dec 2010 20:07:33 -0800
> Von: David Christensen
>
> You should buy the Perl Cookbook:
>
> http://oreilly.com/catalog/9781565922433
>
>
does the cookbook have a new edition?
I remember I have read it
ular piece of your softwares' source code or
> you use it as your main programming language?
>
My use with Perl:
* system admin
* web development with CGI/mod_perl
* DBA
* some socket programming
Besides perl you may also want to master other languages for the real life,
like C
于 2010-12-17 11:29, Shawn H Corey 写道:
Every "file" in it is a pipe that can be read using regular file
handles. And I believe only Linux does this.
Yep.Also the OP is asking exactly about linux.
--
Jeff Peng
jeffp...@gmx.net
--
To unsubscribe, e-mail: beginners-unsubscr...@pe
于 2010-12-17 9:32, Matt 写道:
I have a perl script but I want to exit it if the uptime on the server
is less then say an hour. Any idea how I would get uptime with perl?
$ cat /proc/uptime
4205976.64 4017280.59
The first column is the host's uptime seconds.
Jeff.
--
To unsubscribe, e
于 2010-12-16 7:06, Sisyphus 写道:
ppm install MinGW
I think that gives you both the MinGW port of the gcc compiler and dmake
(which is the make utility you'll be using ... not gmake). If you find
that dmake is not installed by running 'ppm install MinGW', then run:
ppm install dmake
Once MinGW a
Hi,
I have intalled activeperl 5.10 on windows and try to install a perl
package.
But I can't find the package in activeperl's "perl package manager"
though this package does exist in CPAN.
Also my windows doesn't have gcc/gmake installed.
So how to install this kind of package? Thanks.
Regards.
于 2010-12-15 1:38, Jim Gibson 写道:
or the File::Find module to find files without resorting
to the use of separate processes and shell commands.
Me second.
File::Find is your friend.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.o
You may make the filesystem readable to httpd's running user like nobody.
Perl has no way doing something more effective.
2010/11/18 Mike Martin :
> Has anyone got any approaches that enable cgi scripts to access the
> host filesystem (readonly)
>
> I am working on a doc viewer app (intended for
2010/11/16 Saurabh Bhatnagar :
> Hello,
> This is my first post.
>
> I have perl code to strip the root folder in a path.
> ($shortpath = $fullpath) =~ s|/[^/]+||;
>
You may want to try:
File::Basename
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: b
于 2010-11-3 16:00, sync 写道:
Hi, all :
The followings are the two perl scripts:
The first is printing the line before current line.
the second is printing the current line.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http
于 2010-10-31 21:43, Thorsten Scherf 写道:
Hi,
I have an array with anonymous hash references like the following:
$foo = [ {
name = value,
id = value,
},
{
name = value,
id = value,
}
];
Iterating through the hash references works with:
foreach $item (@$foo) {
do something with $item->name;
}
form where i can find what these characters are and their
ascii values?..any sugges would be really helpful
You get the files from windows to un*x?
try the command 'dos2unix'.
--
Jeff Peng
http://nsbeta.info
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional c
ration system's uptime then it's much difference from
the current time.
--
Jeff Peng
http://nsbeta.info
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
> Hey All,
>
> Just finished reading 'intermediate perl' Enjoyed it as much as I
> enjoyed the book 'learning perl'
>
> Thanks Randal, Tom & All
>
> Please now suggest another must read nook on perl.
>
why not "network programming with Perl"?
This book will give you much more knowledge than perl i
> On Sat, Oct 23, 2010 at 07:52:50PM +0200, Shlomi Fish wrote:
>
> Just be sure you know what you are doing. Adding a method to somone
> else's
> class can be considered rude. See the NOTE in perldoc perlmodlib.
>
He/she is maybe coming from other language like Ruby.
In ruby it's free to add me
statistics from it.
--
Jeff Peng
http://nsbeta.info
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
于 2010-10-15 15:02, Agnello George 写道:
HI
Is there any site or any book other than "learning perl" where i would get
real life exercises on perl scripting.
Thanks
perl cookbook.
--
Jeff Peng
http://nsbeta.info
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For
于 2010-10-7 16:13, Shlomi Fish 写道:
>
> In case you haven't read the book "Perl Best Practices" (which you should),
> you should know that http://search.cpan.org/dist/Perl6-Form/ would be
> preferable over the built-in perlform which has horrible behaviour.
>
Ah OK, in fact I used neither of the
> Hi there List members,
>
> I have millions of SQL records that I searching with lots of poorly
> entered data and I am trying to match these records based on matching
> text.
>
A database with well designed tables should be processing the data much
faster than perl IMO.
--
To unsubscribe, e-
> Hi folks,
> Can anyone please explain what is "perlform" and its
> usage.I used google but i was not able to crack.
Try "perldoc perlform".
Cheers!
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl
> The method mentioned is to get the output while u are running the perl
> files
> at the shell prompt not in the code..
> if u want to save the log details after the perl files are processed then
> use this function
>
> sub file_write {
> $_file = shift;
> $_data = shift;
> open FILE,"
> You could use filehandle to save the output outcome.
>
> use strict;
> open OUT, ">outfile.txt"; ## at the beggining
>
> and for instance:
> print OUT $seq->id(),"\n";
>
or use Perl's "select".
but that requires the OP to modify the source code, which is maybe not
what he/she want.
Regards.
-
> Sorry doesnt work.
>
> Error is :
>
> Can't locate object method "perl" in 'filename'...
>
what's the content of the script?
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
> Hello,
>
> Can anyone please tell me how to save output (what we get after running a
> perl script) as an external file?
>
run it under a unix shell?
try:
perl a.pl > a.txt 2>&1
save all the output of a.pl to a.txt.
2>&1 means to capture the script's error output also.
--
To unsubscribe, e
> Hi
>
> Is it better to learn Perl or Python since i can manage only writing
> simple bash shell scripts.
>
> Please suggest/guide.
>
Since you are coming from shell, Perl is better for the beginning.
from wikipedia (http://en.wikipedia.org/wiki/Perl):
Perl borrows features from other programmi
l's OO, well, maybe it's not that strong,
but I just like it.
Overall, if you have been mastering perl well, learning python is quick
and easy, as well as learning ruby.
Regards,
Jeff.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
>> On Mon, Oct 4, 2010 at 9:49 AM, sheikh numan iqbal > >wrote:
>>
>> > hi,
>> >
>> > i want to login and need help on perl...
>> >
In some nations "login" means "step into the door".
So for learning perl you may go:
http://learn.perl.org/
Good luck.
--
To unsubscribe, e-mail: beginners-uns
2010/9/30 Parag Kalra :
> Hi All,
>
> I have been trying to get Pause ID but seems like either the request is
> getting rejected or something is wrong in the way I am raising the request.
>
Please send the message to the CPAN related mailing lists.
http://lists.perl.org/all.html
--
To unsubscrib
equest sent by client has the User Agent header included, the
module will most likely recognize it.
Jeff.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
nn>;
}
etc.
You may want to buy the book "Network Programming with Perl" for any
detail about socket programming.
Jeff.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
You can differ the requests by user-agent.
http://en.wikipedia.org/wiki/User_agent
2010/9/28 Ramprasad Prasad :
> I need to display WAP version of pages when accessed from mobile, else WEB
> version
>
> What is the best of doing this
>
>
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.or
2010/9/25 Santana :
> Hi all,
> i'am newbie in PERL and i would liked your point of views/opinion for
> the following situation :
>
> i have a file with some lines that presents this format of
> information :
>
>
> Anne Gomez ; "5th Avenue ;";"925 NY " ; 1978/10/11
> ...
>
> the ";" is the se
> In my file, each line has : ID (8 number) | many key words |key words again
> .
> I would like to know how to extact only key words part and automatic
> searching in website like google.
for extracting: use split or regex.
for googling: google has provided the SOAP API for programming.
There is
from PerlFAQ: Recommended books on (or mostly on) Perl follow.
References
Programming Perl
by Larry Wall, Tom Christiansen, and Jon Orwant
ISBN 0-596-00027-8 [3rd edition July 2000]
http://www.oreilly.com/catalog/pperl3/
2010/9/22 Kammen van, Marco, Springer SBM NL :
>>Network Administration
>
> http://www.amazon.com/Network-Programming-Perl-Lincoln-Stein/dp/02016157
> 11
>
Me second.
Network Programming with Perl by Lincoln D. Stein is a great book!
Vokern.
--
To unsubscribe, e-mail: beginners-unsubscr...@per
.INT;
> secret mykeyishere;
> };
>
> inserted it into my script and run it.
> I always get
> "Update error code: REFUSED"
>
This is most likely a DNS updating problem rather than the perl problem.
Please send the question to Bind's mailing list.
https://lists.isc.org/mailma
root/
local::lib is maybe what you want.
--
Jeff Peng
Web: http://home.arcor.de/pangj/
Blog: http://squidcn.spaces.live.com/
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
Perl_my_strftime in [util.c][0] if you want to check).
> I ran your code against 5.12.1, 5.10.0, and 5.8.9 on OS X and got
>
Me also. Didn't get big difference among the three versions for that function.
--
Jeff Peng
Web: http://home.arcor.de/pangj/
Blog: http://squidcn.spaces.live.co
1 - 100 of 3341 matches
Mail list logo