RE: extracting data via telnet from a strange port setup

2002-08-14 Thread Carroll, Shawn
access to someone else's closed/old system? Shawn T. Carroll, CCNA ALLTEL Information Services, Inc. 2 Burlington Square Burlington, VT 05401 (802) 660-7812, Voice (802) 660-7854, Fax -Original Message- From: Norris, Joseph [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12

RE: Changing the Windows Background NT 4.0

2002-08-01 Thread Carroll, Shawn
believe I'm accusing Microsoft of economizing on operating system code :) Shawn p.s. maybe there's a way to access the "set as background" call, or an easy way to convert between .jpg|.gif to .bmp floating around out there as a script/module (then you can make the appropriat

Character limit for file names

2001-07-03 Thread Jamison, Shawn
e different. I don't have a problem on Unix but I'm getting killed on Win2K. I believe that it has something to do with the # of characters basename can have. Any Ideas? Is this a windows quirk/feature? Thanks Shawn J. __

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
you then serve. If this doesn't get you on your way, repost with a little clearer description. > Shawn > > ___ > Perl-Win32-Users mailing list > [EMAIL PROTECTED] > http://list

Re: Request...

2001-02-20 Thread Shawn
What is the html call you are making to get the script? Shawn - Original Message - From: "Kaspars Vilkens" <[EMAIL PROTECTED]> To: "Activeperl LISTSERV" <[EMAIL PROTECTED]> Cc: "Perl-Web LISTSERV" <[EMAIL PROTECTED]>; "Perl-Users

Trouble installing/running active perl for CGI under PWS??

2000-12-20 Thread Shawn O'Dea
No matter what I did (basically unstalling both and reinstalling PWS first) the install script would not let me into the last two check boxes for installing script mapping for Activeperl or PerlIS. The result was that when the registry entry refered to below was added all that happened when the s

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