Character limit for file names

2001-07-03 Thread Jamison, Shawn
I'm using Win2K sp1 ActiveState ActivePerl Build 626 network install. I've run into a situation where I try to use File::Copy, a system call to copy, and a system call to mv on this source file name spexp-n0123.log--7-3-2001 (28K file) To this destination name spexp-n0123.log--7-

RE: An open complaint (was RE: An Index of Incivility in the Perl Community )

2001-06-12 Thread Jamison, Shawn
When I left this list, and other Perl lists, 4 years ago to pursue other technology interest. read that as "Sick of Perl, Perl Lists, being flamed for valid questions, poor beginners manuals and arrogant list members". I left Perl as well. You were having this same problem/discussion 4 YEAR

RE: Komodo

2001-05-30 Thread Jamison, Shawn
It's decent. Memory pig and really slow to start up. I have to shut it down and restart it once or twice a day to keep it from being flaky. Hate the fact that I can't set the line terminators myself when editing Unix files on a win machine. The regular expression tool is killer! It almost

RE: Pod 2 html question

2001-05-17 Thread Jamison, Shawn
I understand how to generate html using Pod::Html. I want to have an html page generated and displayed live. like perldoc but with html instead of text. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 11:57 AM To: [EMAIL PROTECTE

Printing to multiple file handles

2000-10-13 Thread Jamison, Shawn
Is it possible to print to STDOUT and STDERR in one print statement? STDERR Has been redirected to a file and I was wondering if print STDOUT STDERR "This is what I want to print\n"; will work of if I need two print statements? Much Thanks in advance! Shawn J. _