Hi, I want use perl do the fellowing thing, But I don't know how to......

2006-01-03 Thread gao perlone
I use doxygen help me create a document for a project which contain thousands of .html files and spend about 2 hours.But when I open the index.html I find that the title I used is wrong So I must modify this title. I come here to get some help that I want use a perl program search the title in all

Can perl manipulate the gmail?

2005-11-07 Thread gao perlone
I use gmail and I subscribe a Mail-list which send me a word every day.So I feel like using Perl to help me get all the mail from my gmail-box.How can I do it? and are there any modules can help me? ___ ActivePerl mailing list ActivePerl@listserv.ActiveS

Code slice in the Perl source that seems hard to understand for me!

2005-09-12 Thread gao perlone
This is a perl code slice in a Perl source code named "rengen_lib.pl" and what is mean between the parenthesis"(CORE:: ... );" sub safer_unlink { my @names = @_; my $cnt = 0; my $name; foreach $name (@names) { next unless -e $name; chmod 0777, $name if $Needs_Write; ( CORE::

A question,Please!

2005-09-10 Thread gao perlone
I am new to Perl. I want to let the Perl help me do some things which need repeated execute! For example,ask Perl print the perlfaq file and redirect to a .rtf File,but the perlfaq has 9 files from perlfaq1 to perlfaq9.So I write a program like below: #!usr/bin/perl local $i=2; LOOP:while($i<10)

Can I ask a question?

2005-09-09 Thread gao perlone
Some code segment here: sub walk_table (&@) { my $function = shift; my $filename = shift || '-'; my $leader = shift; my $trailer = shift; ... What is mean of "&@" and how to understand the following code especially the "shift"? Please give me some explanation about it!Thanks a

Are there any Perl module support interpretint and executing The .asp file?

2005-09-06 Thread gao perlone
Are there any Perl module support interpretint and executing The .asp file? I don't install IIS and I wish the Apache server can support the ASP.What can I do? Any one give me some advice on it.Thanks! ___ ActivePerl mailing list ActivePerl@listserv.Acti