Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Script stopped working...

by NetWallah (Canon)
on Mar 18, 2018 at 04:01 UTC ( [id://1211173]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while(1)
    {
    ...
    
      $header = HTTP::Headers->new;
      $req = HTTP::Request->new(GET => $url); #IF you had "use strict", th
    +is would show an error.
    
  2. or download this
    use strict;
    use warnings;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1211173]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-25 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found