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
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
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::
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)
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?
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