Locating files in sub-directories

2013-12-16 Thread SSC_perl
I'm in the process of moving certain files of the SurfShop script into a sub-directory to clean up the main directory and would like to know the best way for the script to find these files. I was using this method: use FindBin qw($Bin); use lib $Bin/../ss_files; which worked

Re: [OT] SurfShopPRO Perl shopping cart system is now open source

2013-11-19 Thread SSC_perl
On Nov 19, 2013, at 3:17 AM, John W. Krahn wrote: readdir() returns just the file names, without the path. Thanks, John. I didn't realize that. This morning, I found http://perldoc.perl.org/functions/readdir.html and read the following: If you're planning to filetest the return

Re: [OT] SurfShopPRO Perl shopping cart system is now open source

2013-11-19 Thread SSC_perl
On Nov 19, 2013, at 8:40 AM, Jim Gibson wrote: That’s all the analysis I have time for. I really appreciate the analysis. It gives me a lot to go on. Thanks, Frank

Re: [OT] SurfShopPRO Perl shopping cart system is now open source

2013-11-18 Thread SSC_perl
Hi John, Thanks for getting back to me with your findings. I really appreciate it. I've gone through everything, made the changes that I could, and I have some questions to some of your remarks. You are using the value from readdir() without prepending the path to the file name.

SurfShopPRO download issue

2013-11-18 Thread SSC_perl
I'd like to apologize to everyone who tried to download the SurfShopPRO script. Unbeknownst to me, the zip file was corrupt and could not be opened. I'm not off to a good start here, am I? :\ If you'd like to try it again, here's a direct link to a good copy:

[OT] SurfShopPRO Perl shopping cart system is now open source

2013-10-28 Thread SSC_perl
Hello, This is a one-time post to announce that the SurfShopPRO Perl shopping cart system is going open source. Our site hasn't been fully updated yet, but you can download the cart and check it our for yourself. We are looking for developers, designers, and testers.

<    1   2