Re: cgi development environment

2012-09-19 Thread Shaun Fryer
Also check out http://search.cpan.org/~lds/CGI.pm-3.08/CGI/Carp.pm -- Shaun Fryer -- perl -e 'print chr for map{$_+=22}($ARGV[0])=~/(\d\d)/g' \ 52959394107588899482799210587992861082757785799222

Re: cgi development environment

2012-09-19 Thread Chris Stinemetz
>> > You have a couple other issues. Since you have one print statement, spread > over multiple lines, the semi-colons on lines 10 and 11 are bugs. They > should be commas. The semi-colons terminate the statement resulting in > syntax errors. > > Mike Thank you. That fixed it. -Chris -- To u

Re: cgi development environment

2012-09-19 Thread Mike Williams
On Wed, Sep 19, 2012 at 10:48 PM, Chris Stinemetz wrote: > am having issues with my first script and have hopes someone may be > able to explain to me whey it isn't working correctly. > > The error is coming form line 11 and the error is: > > Premature end of script headers: test2.cgi > Bareword

Re: cgi development environment

2012-09-19 Thread Chris Stinemetz
I have my Perl cgi development environment all set-up. I actually wound up setting up an instance through Amazon AWS. Very cool service by Amazon. I am having issues with my first script and have hopes someone may be able to explain to me whey it isn't working correctly. The error is coming

Re: cgi development environment

2012-09-19 Thread David Dorward
On 18 Sep 2012, at 13:34, Chris Stinemetz wrote: > I am very interested in cgi scripting. I have only used php for web > development in the past. CGI or Perl? For a long time CGI with Perl was a popular combination so there are a lot of documents which conflate the two. It is possible to do CGI

Re: cgi development environment

2012-09-19 Thread Mike Flannigan
ither ActiveState, or Strawberry Perl. I use ActiveState. I think CGI comes automatically, but if not install that too with 'ppm'. Get back to me if you need help with that. Mike On 9/18/2012 8:34 AM, beginners-cgi-digest-h...@perl.org wrote: Subject: cgi development environment From:

Re: cgi development environment

2012-09-18 Thread Shaun Fryer
If you're running Windows and have a decent amount of RAM, try installing vbox and then you should be able to find/follow instructions online to load/install any of the freely available linux iso's downloadable from the distro's website. I'd recommend either Ubuntu or Mint, though your preference m

Re: cgi development environment

2012-09-18 Thread Chris Stinemetz
On Tue, Sep 18, 2012 at 5:46 AM, Mark Haney wrote: > On 09/18/2012 08:34 AM, Chris Stinemetz wrote: >> >> Hello list, >> >> I am very interested in cgi scripting. I have only used php for web >> development in the past. >> Would someone please let me know of any good tutorials to get windows >> ba

Re: cgi development environment

2012-09-18 Thread Shaun Fryer
Native Win32 Perl: http://strawberryperl.com/ Win32 Linux compat layer: http://www.cygwin.com/ Free virtualization env: https://www.virtualbox.org/ Perl Win32 API bindings: https://www.google.ca/search?q=perl+win32+ole -- Shaun Fryer -- perl -

Re: cgi development environment

2012-09-18 Thread David Christensen
On 09/18/12 05:34, Chris Stinemetz wrote: I am very interested in cgi scripting. I have only used php for web development in the past. Would someone please let me know of any good tutorials to get windows based web development environment set up and get my feet wet? http://www.google.com/search

Re: cgi development environment

2012-09-18 Thread Mark Haney
On 09/18/2012 08:34 AM, Chris Stinemetz wrote: Hello list, I am very interested in cgi scripting. I have only used php for web development in the past. Would someone please let me know of any good tutorials to get windows based web development environment set up and get my feet wet? Thank you i

cgi development environment

2012-09-18 Thread Chris Stinemetz
Hello list, I am very interested in cgi scripting. I have only used php for web development in the past. Would someone please let me know of any good tutorials to get windows based web development environment set up and get my feet wet? Thank you in advance, Chris -- To unsubscribe, e-mail: be

Re: [beginners-cgi] Development environment?

2007-09-20 Thread Bruce Alderson
Shawn Hinchy wrote: When you get to the point that a modified file needs to be uploaded to the server, do any of these support this file transfer to the remote server? Bruce, you said that you use svn/rsync, is it overkill to use rsync to upload a file that I am modifying every couple minutes

Re: [beginners-cgi] Development environment?

2007-09-20 Thread Shawn Hinchy
Thank you for the recommendations, Greg and Bruce. I will take a closer look at them and see if one of them fits my needs from an editor/project management point of view. When you get to the point that a modified file needs to be uploaded to the server, do any of these support this file tr

Re: [beginners-cgi] Development environment?

2007-09-19 Thread Bruce Alderson
Shawn Hinchy wrote: Hello all, I was wondering what development environment you use? I am stuck in a rut using KWrite and then uploading with an FTP program. I find that I use the FTP app as a launch tool and I can edit or upload the files from it. Probably the biggest problem is moving ba

Re: [beginners-cgi] Development environment?

2007-09-19 Thread Greg Jetter
On Wednesday September 19 2007 5:44 am, Shawn Hinchy wrote: > Hello all, > > I was wondering what development environment you use? I am stuck in a > rut using KWrite and then uploading with an FTP program. I find that > I use the FTP app as a launch tool and I can edit or upload the files > from

[beginners-cgi] Development environment?

2007-09-19 Thread Shawn Hinchy
Hello all, I was wondering what development environment you use? I am stuck in a rut using KWrite and then uploading with an FTP program. I find that I use the FTP app as a launch tool and I can edit or upload the files from it. Probably the biggest problem is moving back and forth bet