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
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
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
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]"
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
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
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]
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
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
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
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]
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]
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 /
13 matches
Mail list logo