Re: CPAN::Shell install into customer dir

2006-06-24 Thread Anthony Ettinger
Isn't it PERL_PREFIX? On 6/24/06, JupiterHost.Net <[EMAIL PROTECTED]> wrote: Howdy all :) I've a plugin installer that installs certain Perl modules: This is what it uses, CPAN::Shell->expand('Module', $module_name)->install(); which works fine as long as root is running it. What I'd like

CPAN::Shell install into customer dir

2006-06-24 Thread JupiterHost.Net
Howdy all :) I've a plugin installer that installs certain Perl modules: This is what it uses, CPAN::Shell->expand('Module', $module_name)->install(); which works fine as long as root is running it. What I'd like to do is install the modules as an unprivileged user into /home/$user/perl I

Re: best way of getting a web document

2006-06-24 Thread Mumia W.
Dan wrote: LWP or HTTP::Client? i've used both and run across..some problems. [...] i need the most reliable to fetch the feed, and pass me the body of the page so i can pass it to an xml parser of sort. unless there's something else which can already do that? [...] Hi Dan. I've played with

best way of getting a web document

2006-06-24 Thread Dan
LWP or HTTP::Client? i've used both and run across..some problems. HTTP::Client being the worst i think, comes up with errors sometimes (or most times, actually) when trying to retrieve a page, saying it can't do it. I'm going to be writing something which reads and parses, then outputs RSS fee

Re: Slurping a big file (WAS: Netiquette)

2006-06-24 Thread Dave Gray
On 6/23/06, Omega -1911 <[EMAIL PROTECTED]> wrote: On 6/23/06, Dave Gray <[EMAIL PROTECTED]> wrote: > On 6/23/06, Omega -1911 <[EMAIL PROTECTED]> wrote: > > Shawn, I modified your example like so, was this correct? > > > > chomp( my $data1 = ); # line 1 > > chomp( my $data2 = ); # line 2 > > ch

Re: A loop to parse a large text file--output is empty!

2006-06-24 Thread D. Bolliger
Michael Oldham am Freitag, 23. Juni 2006 18:20: > Hello again, Hi Michael again, > Thanks to everyone for their helpful suggestions. I finally got it to > work, using the following script. However, it takes about 5 hours to > run on a fast computer. Using grep (in bash), on the other hand, tak

RE: CSV file that can be loaded to Microsoft Outlook

2006-06-24 Thread Mr. Shawn H. Corey
On Sat, 2006-24-06 at 10:50 -0400, Ryan Frantz wrote: > 'CSV' means _Comma_ Separated Values. Semicolons won't work. CSV are also doubly escaped. Commas in CSV are escaped by placing them inside double-quotes. Double-quotes, inside double-quotes, are escaped by placing two in a row; but if they'r

Re: Any PERL Decompiler / code ?

2006-06-24 Thread Eugene Kosov
Mr. Shawn H. Corey пишет: BTW, there is no such thing as a decompiler. At best you may find a disassembler. That is a program that takes a binary and produces the assembler code from it. How about Java decompiler? ;) -- BR, Eugene Kosov -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

RE: CSV file that can be loaded to Microsoft Outlook

2006-06-24 Thread Ryan Frantz
> -Original Message- > From: Mihir Kamdar [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 24, 2006 10:41 AM > To: beginners > Subject: CSV file that can be loaded to Microsoft Outlook > > hi, Howdy, > > I have written a perl script whose output is a CSV file(semicolon > seperated) '

CSV file that can be loaded to Microsoft Outlook

2006-06-24 Thread Mihir Kamdar
hi, I have written a perl script whose output is a CSV file(semicolon seperated) in keeping reference to the Outlook Address Book. But whenever I am importing the file to Outlook, it gives me some data error, and does not get imported. Can anybody help me on this?? thanx, mihir

RE: CGI Script to pass a file to different servers

2006-06-24 Thread Jeff Peng
I once did the things like you said.I wrote a socket server on another host,then my cgi scripts put the requests to remot socket server,got the results from socket server and print the results to clients' browser. From: "I BioKid" <[EMAIL PROTECTED]> To: beginners@perl.org Subject: CGI Script

CGI Script to pass a file to different servers

2006-06-24 Thread I BioKid
hi all, I need to pass a file from a cgi program to another remote cgipgms and I need to print the out on my web page - how to do it ? any idea ? I posted this query few back - but still I couldnt do it :( --

Re: Any PERL Decompiler / code ?

2006-06-24 Thread Chad Perrin
On Sat, Jun 24, 2006 at 02:56:06PM +0530, I BioKid wrote: > > for my cgi - this is working > file test1.cgi > test1.cgi: ASCII English text > [EMAIL PROTECTED]> strings test1.cgi > > but still other programs are not showing the text / code > this is the message am getting for one of my program >

Any PERL Decompiler / code ?

2006-06-24 Thread I BioKid
Hi All. for my cgi - this is working file test1.cgi test1.cgi: ASCII English text [EMAIL PROTECTED]> strings test1.cgi but still other programs are not showing the text / code this is the message am getting for one of my program file alignscr.p alignscr.p: ELF 32-bit LSB executable, Intel 80