Re: Changing @INC (libgd and the GD module)

2002-11-05 Thread Chris Garaffa
On Tuesday, November 5, 2002, at 10:23 AM, todd shifflett wrote: Thank you. I decided to recompile perl, which seemed to work well. The big problem I am having is getting the GD.pm module to work because it needs shared libraries which I am having trouble installing. Have you had any luck insta

Re: on a lighter note

2002-07-25 Thread Chris Garaffa
Have you submitted to http://www.perlmonks.org/index.pl?node=Perl%20Poetry (Perl Poetry @ perlmonks.org)? He who calles himself "nkuipers" (from <[EMAIL PROTECTED]>) wrote on 7/25/02 11:47 AM: > a bit of humour in appreciation for the help I've gotten on this mailing list. > > > #!/usr/bin/pe

Re: www.roth.net; cannot find server or DNS Error

2002-07-08 Thread Chris Garaffa
Of course I do... That's what I get when sending mail through a web-base interface that doesn't like HTML text (of course, I wrote the damn thing, so I should be kicking myself in the ass right now... Anyway, thanks for pointing that out ;) -- Chris Garaffa use perl; use Signature::Im

Re: www.roth.net; cannot find server or DNS Error

2002-07-05 Thread Chris Garaffa
Not able to access it here... Tried via the web and ping. -- Chris Garaffa use perl; my %contact_info = (name= "Chris Garaffa", email = "[EMAIL PROTECTED]", work= "[EMAIL PROTECTED]"

Re: multidimensional hashes

2002-03-03 Thread Chris Garaffa
On Sunday, March 3, 2002, at 11:17 AM, Chris Garaffa wrote: > but I'd like to be able to get rid of %product_description altogether > and make calls to a multidimensional hash > Any ideas? > Grr... got hashes on the brain... should be $product_description, not %produc

multidimensional hashes

2002-03-03 Thread Chris Garaffa
Hello all, I'm working on a site for a t-shirt company, and doing the order process in Perl. I've got everything working, and working fine, but I was wondering about different ways to go about doing this: $the_order = new CGI; $the_sleeve_type = $the_order->param('sleeve_type'); $the_previous_s

Re: Running Perl Scripts

2002-02-16 Thread Chris Garaffa
Ah shoot... On Saturday, February 16, 2002, at 12:04 PM, Chris Garaffa wrote: > > ../script.pl > Should have been ../script.pl one period (damn typos) My apologies Chris -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Running Perl Scripts

2002-02-16 Thread Chris Garaffa
At the beginning of the script (on the first line), put #!/usr/bin/perl or whatever the path to your perl binary is Make sure you chmod the .pl file with correct permissions, and then type ../script.pl On Saturday, February 16, 2002, at 11:53 AM, Chris wrote: > I'm using redhat linux 7.2 and hav

Re: Interaction with html pages

2001-09-06 Thread Chris Garaffa
ibute in the form tag. If it's not there, it defaults to "get" in which case you'll be fine) Chris Garaffa [EMAIL PROTECTED] On Thursday, September 6, 2001, at 06:37 PM, Craig Tibbitts wrote: > I need to write a script to access a simple html form on a network > dev

cron, perl and iTunes

2001-09-03 Thread Chris Garaffa
rk... I'm guessing it's because top continuously updates without quitting automatically, so it can't output anything to grep until I kill it, but in that case I've killed the entire process, including grep. Doesn't work when I use it in perl or the command line. tia, Chris Garaff

Creating XML Doctype from tab-delimited file input?

2001-08-10 Thread Chris Garaffa
my ($key, $value)=~ split(/\t/, $line); my %file($key) = $value; print OUTFILE <<"END"; $file($key) = $file($value) END } close (INFILE); close (OUTFILE); Thanks, Chris Garaffa -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How can I know the path to exectue perl

2001-08-08 Thread Chris Garaffa
Try whereis perl On Wednesday, August 8, 2001, at 09:04 PM, Li Kehai wrote: > I mean, how to decide the first line. > > #!/usr/local/bin/perl > > or #!/usr/bin/perl > > Thanks in advance! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Calling UNIX Commands?

2001-08-06 Thread Chris Garaffa
Hello everyone. I just joined the list, but I checked the archive earlier to see if this was covered. Sorry if I missed it. My question is regarding UNIX commands. I know you can get the output of a command using the ` notation. My script has this line: my $command = `mv /$formdata{name}.html /