English 中文(简体)
我怎么能够重新建立Perl字母的网络联系?
原标题:How can I re-establish a network connection in a Perl script?

我有一套适用于特定网站和从中提取所需数据的每字码。 如果我失去联系,我就面临一个问题:文字停止运作。 我怎么能够使Perl文字恢复联系,从中断发生地开始这一进程? Can 如果能够的话,我会利用Perl恢复联系,以指导我采取步骤。

最佳回答

不可能这样做。 一旦一个运输级网络(如TCP/IP)的连接中断,你就无法再次接回。 而《吉大港山区议定书》并没有提供更高级别的这样做方式。

您必须打开与服务器的新的吉大港定居地,并重新开始开采。 您是否必须从一开始重新启用,或能够在联系中断时恢复接近您的地方,这取决于你正在做些什么,网站如何展示,以及你正在使用的客户方工具。

问题回答

在你意指你失去双层连接和你在窗户上,答案是:rasdial 。 指令使用





相关问题
Why does my chdir to a filehandle not work in Perl?

When I try a "chdir" with a filehandle as argument, "chdir" returns 0 and a pwd returns still the same directory. Should that be so? I tried this, because in the documentation to chdir I found: "...

How do I use GetOptions to get the default argument?

I ve read the doc for GetOptions but I can t seem to find what I need... (maybe I am blind) What I want to do is to parse command line like this myperlscript.pl -mode [sth] [inputfile] I can use ...

Object-Oriented Perl constructor syntax and named parameters

I m a little confused about what is going on in Perl constructors. I found these two examples perldoc perlbot. package Foo; #In Perl, the constructor is just a subroutine called new. sub new { #I ...

Where can I find object-oriented Perl tutorials? [closed]

A Google search yields a number of results - but which ones are the best? The Perl site appears to contain two - perlboot and perltoot. I m reading these now, but what else is out there? Note: I ve ...

热门标签