in reply to Re: Can't Get Command Line Unzipper to Execute in CGI/Perl Script
in thread Can't Get Command Line Unzipper to Execute in CGI/Perl Script

Thanks. I'm fixing the Readmore stuff. I tried to post the minimum with readmore. I did think it was a good idea to get rid of error checking. Sorry, I'm a newbie, I just want it to work first. I looked for the logs. Haven't found them yet. I will look again. That's probably the best place to look, thanks.
  • Comment on Re^2: Can't Get Command Line Unzipper to Execute in CGI/Perl Script

Replies are listed 'Best First'.
Re^3: Can't Get Command Line Unzipper to Execute in CGI/Perl Script
by ww (Archbishop) on Jun 25, 2009 at 04:13 UTC
    Sorry, I'm a newbie, I just want it to work first.

    This is a not uncommon, but utterly wrong-headed "newbie" notion.

    Error checking, like the use strict and use warnings pragmas, is helpful in getting "it to work....", not some sort of add-on for use afterwards.