/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/
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.
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
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/
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
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
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
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]
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
how does one save jpg's to MySql using PERL?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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 automatically?
Thank you,
Randall Paulk
Houston, TX
12 matches
Mail list logo