Dynamic perl 5.10.0 fails on make test

2008-08-04 Thread Randall Perry
/crlf.t line 38, line 2. Any ideas? BTW, what happened to the macosx perl list? Seems to be no posts since May. -- Randall Perry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: What's the Perl equivalent of this PHP contruct?

2007-03-02 Thread Randall
Are you trying to dump the data from perl and then read it in php. ? Yes. And I followed the example in Robert Boone's reply and now it works. Thanks to everyone. Problem solved. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.

Re: What's the Perl equivalent of this PHP contruct?

2007-03-02 Thread Randall
Very close! I used PHP::Serialization as Data::Dumper generated the serialized object in a different format that PHP cannot read directly. Now it works perfectly, thank you so much! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl

Re: What's the Perl equivalent of this PHP contruct?

2007-03-01 Thread Randall
you'll need to write both PHP arrays as hashes in Perl Thanks for the help, but it didn't work at all :-( nothing could be read from the PHP side. Any ideas? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

What's the Perl equivalent of this PHP contruct?

2007-03-01 Thread Randall
Hello, I've translated the following PHP snippet: $data = array(); $num = 0; $data[$num]['title'] = 'Name'; $data[$num]['data'] = 'Randall'; $num++; $data[$num]['title'] = 'Email'; $data[$num]['data'] = '[EMAIL

RE: $?

2003-06-20 Thread Epperson, Randall W
According to the Perl Programming book, the $? is the status word returned by the wait(2) system call so the exit value of the subprocess is actually ($? >> 8). The >> operator is a binary shift right, where the left argument is shifted right the number of bits of the right argument. Hope this h

RE: Problem with replacing hash elements - solved

2001-12-10 Thread Epperson, Randall W
Thanks David, that solved my problem. -Original Message- From: Wagner-David [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 12:29 PM To: Epperson, Randall W; Perl Beginners list (E-mail) Subject: RE: Problem with replacing hash elements Here is a shot which works

Problem with replacing hash elements

2001-12-07 Thread Epperson, Randall W
Greetings Here is the format of my notify file: e-internalteam: e-randy;e-joel;e-darren e-randy: [EMAIL PROTECTED] e-joel: [EMAIL PROTECTED] e-darren: [EMAIL PROTECTED] I'm trying to build a hash of arrays that looks like this: e-internalteam [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

Moving Net::Ftp to another server

2001-10-18 Thread Epperson, Randall W
Greetings I have just installed gnu-make on a test AIX server in order to install and test Net::Ftp. This module installed fine and my program works using it. Now its time to move my program over to the production server. How can I take Net::Ftp along without reinstalling make and Net::Ftp agai

Graphics

2001-08-16 Thread Randall Wagner
how does one save jpg's to MySql using PERL? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

transfer files problem

2001-05-04 Thread Randall Paulk
Are there other files that need to be installed? Thanks, Randall Paulk - Original Message - From: Randall Paulk To: [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 11:01 AM Subject: transfer files via FTP I am new to Perl ( and programming in general). I have a seemin

transfer files via FTP ????

2001-05-03 Thread Randall Paulk
transfer files automatically? Thank you, Randall Paulk Houston, TX