RE: perl graphics editing

2002-07-18 Thread Naika - EV1
Unless you are just trying to do it in one click, you can create an action in Photoshop that you can use on each image. - Naika http://naikaonline.com -Original Message- From: David Gerler [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 1:35 PM To: Matt Simonsen; Beginners Sub

RE: kung foo

2002-03-15 Thread Naika - EV1
Months you say? hehehe I don' think I'll ever get out of it. - naika http://www.naikaonline.com -Original Message- From: crash [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 3:49 PM To: [EMAIL PROTECTED] Subject: kung foo when studying PERL, how many months does it generally

Environment Variables help

2002-03-02 Thread Naika - EV1
Can anyone help with this? On a script that is writing to a file I'm able to get some of the variables but not others. Why? $ipaddress = "$ENV{'REMOTE_ADDR'}"; ## Works Fine $where_from = "$ENV{'HTTP_REFERER'}"; ## only seems to report the current page being viewed $host = "$ENV{'REMO

CGI-Perl list

2002-02-26 Thread Naika - EV1
Can someone direct me to the cgi-perl list for beginners? I'm trying to find it but am unable. If anyone has the subscribe headers for it that will do as well, thanks. - naika http://www.naikaonline.com http://www.triocollective.com

Writing to a file

2002-02-15 Thread Naika - EV1
I'm trying to write to a file from a 5 choice radio form and I keep getting this error Undefined subroutine &main::param called at pollresults_rg.pl line 5. What does that mean? My code is: #!/usr/bin/perl -w use CGI::Carp qw(fatalsToBrowser); @picks = param("radiobutton"); #write to a file o

RE: Help me out

2002-02-14 Thread Naika - EV1
2:04 PM To: 'Naika - EV1' Subject: RE: Help me out If you learn by seeing then look at other people's code to learn. Correct their mistakes, make the code more efficient and easier to read/understand. I learned Perl 3 years ago and that was with Perl4. I didn't really learn

RE: Help me out

2002-02-14 Thread Naika - EV1
Yeah I agree, I owe about 5 perl books and have read them all but still find it difficult to code the most basic of things. I wish there were more step by step how to's out there. I'm documenting my progress and plan to do a site sometime that caters to the most uneducated of learners. If any site

Form reports

2002-02-12 Thread Naika - EV1
Bare with me but I'm a beginner and new to this list. I need advice on poll results. What should I be researching? I have forms submitting off websites and I can direct them to email the results but how do I write them to a file to be redisplayed on a webpage? Actually I know how to write to a

Form reports

2002-02-08 Thread Naika - EV1
Bare with me but I'm a beginner and new to this list. I need advice on poll results. What should I be researching? I have forms submitting off websites and I can direct them to email the results but how do I write them to a file to be redisplayed on a webpage? Thanks for any help. - Naika ht