Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Perl / General Perl Topics / September 2006



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Server/client over a network20 Sep 2006 20:40 GMT3
what I want to do is have a server on one machine and a client on the
other. I want the client to connect to the server through a tcp network
(over the internet). I have tried this and I constantly get the no
socket error. The program works on the local machine just fine. Also I
Perl compiler20 Sep 2006 19:29 GMT9
Can anyone recommend a good perl compiler for creating .exe files
running under Dos?
Bill H www.ts1000.us
Trying to match keys of hash with DBI fetchrow_hashref20 Sep 2006 16:56 GMT4
Hi, noob here...
I'm trying to read a row containing usernames and see if those
usernames are in an already created hash...
------- Code -------
Parse CSV file20 Sep 2006 16:51 GMT3
Need help folks.
I have a csv file that has some fields containing "," as part of the
field and not a delimiter.  These fields are double quoted.
What I need to do is read each line, if the value in field 22 = X dont
Coderef to object methods?20 Sep 2006 14:06 GMT9
I found examples of coderefs to subroutines in Perl Objects, References
and Modules, chapter 6.  It goes something like this:
# Assignment
$subroutine_ref = \&subroutine;
Crypt::SSLeay HTTPS_PROXY support20 Sep 2006 11:06 GMT6
I could not get the example script from Crypt::SSLeay run successfully.
Here is the script
---------------------
#!/usr/bin/perl
Question on download by LWP20 Sep 2006 04:14 GMT14
I'm trying to use a perl script to download some html files on a
website, but it's very strange that the response for the fetch-file is
always "404 not found", even though I have no problem to open the same
url in IE. And the same script can work for the urls of other websites.
String buffer instead of file handle?19 Sep 2006 18:11 GMT39
I have to connect to this module, and I usually send it a file handle,
or stdout.  But I want to write it to a string.  Is there a string
buffer or something I can use?
open (FILEO, ">test.txt");
any(@originals) ~~ { .foo eq $bar} (was Re: renaming "grep" to "where")19 Sep 2006 17:34 GMT1
On 9/19/06, Trey Harris <trey@lopsa.org> wrote:
> In a message dated Mon, 18 Sep 2006, Darren Duncan writes:
> >  @filtered = @originals.where:{ .foo eq $bar };
database connect: protect with exceptions?19 Sep 2006 16:14 GMT4
hereafter is the command I use to connect my database;
my $dbhCampeggio = DBI->connect(
   "DBI:PgPP:dbname=$DATABASE_NAME;host=$DATABASE_SERVER;port=5432",
   "postgres",
Modification of a read-only value attempted - why?19 Sep 2006 15:45 GMT6
Can someone explain this to me?
(full text at http://aplawrence.com/Unix/perl_readonly.html ,
abbreviated version here)
Test code:
exec command issue19 Sep 2006 15:45 GMT14
Hey All
I got a simple program that reads an file listing using the dos dir command
and then performs another exec on each file name in the list. Problem is
perl doesnt seem to run the second dos command. ?
Preventing changes to a module's variables in mod_perl19 Sep 2006 14:40 GMT9
I have a module that exists as a central data store, returning simple
scalars or references to larger structures. All of its data is stored
in a big hash, and I use AUTOLOAD to return the requested value.
The problem is that, with mod_perl, if the script that uses the module
Use of uninitialized value in print19 Sep 2006 13:22 GMT2
I ran into a problem that I have been working on, the warning  use of
unitialized value at print
I have tried everything I know.  I have initialized my variables but I
don't get the contents of the value.  I have looked at perldoc but
perl and xml parsing19 Sep 2006 12:46 GMT3
I am new to both perl and xml.  I need to parse through an
xml file and extract data from certain elements.  I know I should
probably use the XML::SAX cpan module but haven't been able
to find any usable examples.  I've posted this to c.l.xml, but thought
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.