CGI/Includes question

2006-05-02 Thread Steve Gross
it seems that there must be a simpler way. ______ Steve Gross Tel: 212-284-6558 Director of Information Technology Cell: 917-5

General Perl/Web questions

2006-04-28 Thread Steve Gross
That way I would only need to write and debug it once. Something like subroutines but on a more global level. Thanks, Steve ______ Steve Gross Tel: 212-284-6558 Director of Information

Joining MP3 files with Perl

2006-02-15 Thread Steve Gross
I download a daily radio show. I would like to use Perl to automatically rename the file, cut out the commercials (at known intervals) and then rejoin the cut pieces. I looked at CPAN for MP3 tools and found one that will split files (MP3::Split) but not one that would join them. Does anyone ha

Microsoft Access storing images?

2005-07-01 Thread Steve Gross
Is there a resource for using Perl to save and extract images from a Microsoft Access database? I've looked in CPAN but I don't see anything. ______ Steve Gross Tel: 21

RE: Directory Test in Windows?

2004-06-04 Thread Steve Gross
Sorry Anders, this script doesn't do what I want it to do: differentiate between files and directories within a directory. Steve Gross Tel:(973) 586-8722 x249 IT Manager Fax: (973) 586

Directory Test in Windows?

2004-06-04 Thread Steve Gross
YZ"; opendir(DIR, $dirname) or die "can't opendir $dirname: $!"; while (defined(my $file = readdir(DIR))) { if (-d $file) { print "DIR: $file\n"; next; } else { # do something here } } _

Project Advice Wanted

2004-03-30 Thread Steve Gross
Thanks, Steve ________ Steve Gross Tel:(973) 586-8722 x249 IT Manager Fax: (973) 586-0450 Fette America, Inc.

Regional Settings Tool?

2003-11-11 Thread Steve Gross
Is there a tool that will allow me to save or change Windows Regional Settings? I've googled and CPANned without luck. Steve Steve Gross Tel:(973) 586-8722 x249 IT Manager Fax: (973) 586

Metasolv

2003-05-30 Thread Steve Gross
Is there something for talking to Metasolv databases? I looked on CPAN but didn't see anything. Steve _ Stephan Gross Tel:973-586-8722 ext. 249 IT Manager Fax: 973-586-0450 Fette America, Inc.

Advice wanted on project

2002-11-23 Thread Steve Gross
I'm about to start a project and I'm looking for some pointers. Specifically, I want to create a call center/help desk/tracking system. My idea is to use HTML and a web browser as a front end and SQL Server as the database. The middle tier is undecided but includes a web server and of course I w

Backup Program?

2002-10-15 Thread Steve Gross
Does anyone out there have a program that will back up windows files from one drive to another? I would like it to work like DOS xcopy, which can copy files or directories, plus it wouldn't bother if the source file hadn't changed since the last backup. I've looked on CPAN with no results. Thank

Re: Perl Cheatsheets/Notes?

2002-10-08 Thread Steve Gross
Try http://www.barcharts.com/barcharts/chartDetails.asp?sku=555-6 __ Stephan Gross 732-548-3494 [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]