Hello! Help me please!

2006-01-05 Thread gao perlone
I compile the fellowing perl program and meet a problem:use HTTP::Request;use LWP::UserAgent;$content=getContent('http://127.0.0.1/index.htm');@html=split(/\n/,$content); for(@html){ do { $2 and push(@link,$2); }while m { \s*A\s+HRE\s*=\s*(['''])(.*?)\l\s* }gsix; print All links in this page:\n;

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

Help! I Compilie Perl Module but encounter a problem that the long filename include space......

2006-01-02 Thread gao perlone
I install the Perl in the directory :C:\develop tools\perl.I compile a Perl Module as fellow:C:\Appconfigperl Makefile.PLChecking if your kit is complete...Looks goodUnable to find a perl 5 (by these names: C:\Develop Tools\Perl\bin\perl.exe perl .exe perl5.exe perl5.8.7.exe miniperl.exe, in these

I meet a problem that I can't install module!Please help me!

2005-12-24 Thread gao perlone
I need install a module name Date::Format in Windows.I use the ppm as below:ppm search formatBut I get nothing.I go to search.cpan.org and I can find a module.What is this matter? I hope install use ppm and the Repositories show: [1] ActiveState PPM2 Repository[2] ActiveState Package Repository[3]

how to delete a directory and its subdirectory using Perl under Windows?

2005-12-19 Thread gao perlone
how to delete a directory and its subdirectory using Perl under Windows? ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

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 lot!

Help me!

2005-08-25 Thread gao perlone
I'd like to write a program to read and get some file from a website through a HTTP protocol.which module can help me?HTTP?thanks a lot! ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: