473,468 Members | 1,319 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

can not load connected.al

2 New Member
Hi ;
i am new to Perl. i am doing a socket program. i have tried this......

$r_socket = IO::Socket::INET->new(
PeerAddr => "10.0.26.78",
PeerPort => 17990,
Proto => 'tcp',
Timeout => 1
);
......................
if ($r_socket && $r_socket->connected()) {
close($r_socket);
}


when i am trying this i am getting error at the checking time. it says can not load connected.al .. Please give any suggestion... URGENT
Jul 8 '07 #1
1 936
KevinADC
4,059 Recognized Expert Specialist
".al" would be an autoloader file, try adding:

Expand|Select|Wrap|Line Numbers
  1. use AutoLoader;
to your script.
Jul 8 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: exBK | last post by:
Hi, We use a load balancer for one of our web app. The application allows users to upload files/images, which gets uploaded to the server the user is connected to. My quesiton is how to...
1
by: D | last post by:
Say you have three tables apples, oranges and bananas and each table has a different amount of fields that are obviously particular to that type of fruit. Now I want to load them into a form based...
0
by: Paul Davis | last post by:
This is not a generic solution but one that worked for me due to the way I work and create applications under my localhost IIS. Problem: * I created a new server extension web under my localhost...
1
by: Jim Heavey | last post by:
Hello, I am walking through the ASP.Net book by Dino Esposito. I created a new project and used the "add existing" option to add the files to my new project. He had all of the code on a single...
6
by: B B | last post by:
Okay, here is what's happening: I have a reasonably fast laptop (1.4 GHz Mobile M, so comparable to 2.5GHz P4) doing .net development. Running Windows XP pro, SP2 IIS is installed and running...
4
by: CPD | last post by:
From PHP, doing a DROP TABLE and a CREATE TABLE is successful, but doing a LOAD FILE keeps failing, with the error "Access denied for user 'db_user'@'localhost' (using password: YES)". The...
14
by: peteh | last post by:
Hi All; We have many production jobs that "load from cursor" to a UDB/AIX 8.2 (with dpf) data warehouse from source tables residing Oracle 9i. Since Oracle dates are (roughly) equivalent to DB2...
7
by: semedao | last post by:
Hi all, I view many posts about this issue , the connected property does not tell us the current status of the socket. based on couple of suggestions of msdn , and some article here , I try to...
4
by: harterc1 | last post by:
Hey guys, One of my forms load extremely slow (like 30 seconds) when it is connected to my "live" data (REAL DATA). If i link my tables in my database to my TEST DATA, the form takes 3 seconds...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.