it seems that there must be a simpler way.
______
Steve Gross Tel:
212-284-6558
Director of Information Technology Cell: 917-5
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
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
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
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
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
}
}
_
Thanks,
Steve
________
Steve Gross Tel:(973) 586-8722 x249
IT Manager Fax: (973) 586-0450
Fette America, Inc.
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
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.
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
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
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]
12 matches
Mail list logo