Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Perl jumps to END logic after fileno (Win32)

by dchidelf (Novice)
on Aug 04, 2017 at 13:12 UTC ( [id://1196724]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl jumps to END logic after fileno (Win32)
in thread Perl jumps to END logic after fileno (Win32)

This *should* be everything. Note: my version of Thread::Queue isn't the offical 3.09 version. It includes a patch because, at the time, Jerry hadn't included my fix for queue limits into a released version yet.
use Sys::Hostname; use File::Temp; use File::Basename; use File::Path qw/remove_tree/; use Time::Local; use Getopt::Std; use File::Copy qw(copy); use Cwd; use threads; use threads::shared; use Thread::Queue 3.09; # need limit functionality use IO::Select; use Time::HiRes; use Symbol 'gensym'; use POSIX ":sys_wait_h"; # only necessary for Unix, but available in W +in32 use URI::Escape qw(uri_escape uri_unescape); use IO::Socket::INET; require Wx; require Wx::Event;

Log In?
Username:
Password:

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

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

    No recent polls found