Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Problem reading the value of <$client>

by dingus (Friar)
on Dec 03, 2002 at 10:03 UTC ( [id://217169]=note: print w/replies, xml ) Need Help??


in reply to Problem reading the value of <$client>

I think I recognise that code - its popfile or something derived from it. You might try contacting the popfile developer(s) if you are trying to use popfile itself.

What you should probably do if you want to debug it yourself is break the line into two and do the debugging in the middle:

my $request = <$client>; # debug line print "Degbug: $request\n"; # end of debug line if ( $request ) { ...

Dingus


Enter any 47-digit prime number to continue.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 07:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found