Re: SSL for LWP

2003-02-12 Thread Lance
IL PROTECTED]">news:[EMAIL PROTECTED]... > > > Lance wrote: > > "Lance" <[EMAIL PROTECTED]> wrote in message > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > > > > > > > OK, I finally found out why Crypt-SSLeay won

Re: mkdir will not work with a variable

2003-02-11 Thread Lance
It works fine for me. I am running Activestate 5.6.1 b633 on XP here's an example of creating a recursive directory structure: my @path = split "/", "${logDir}/$logName"; pop @path;# get rid of the filename. my $concatenatedPath; foreach my $pathSegment( @path )

Re: SSL for LWP

2003-02-11 Thread Lance
"Lance" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What modules have to be installed for LWP::UserAgent to read SSL pages? I > have been trying to install Crypt-SSLeay, but I keep getting the message: > 'Error: no

SSL for LWP

2003-02-10 Thread Lance
What modules have to be installed for LWP::UserAgent to read SSL pages? I have been trying to install Crypt-SSLeay, but I keep getting the message: 'Error: no suitable installation target found for package Crypt-SSLeay.' I am using ActiveState 5.6.1-build 633 on win XP I have been trying to use

Confusion on @array vs $array[] vs $array

2002-12-18 Thread Lance Murray
I'm trying to fathom the relation to other issues such as scalar or list context. As I recall, hashes arso use % and @ interchangeably. Thanks, Lance -- #!/usr/bin/perl print "Lance Murray, Information and Communicati

include a counter in HTML

2002-09-26 Thread Lance Prais
Icon 3. Title Icon 4. Title Icon Etc Thank you in advance Lance open (WHATSNEWFILE, "< $whats_new_index_txt_filename") || die "can't open $file: $!"; while () { chomp; $file_line = $_; $file_line =~ s/[\t\n\e\f\r]//

Error durinng install

2002-06-11 Thread Lance Prais
. 2/97 subtests failed, 97.94% okay. make: *** [test_dynamic] Error 29 Thank you in advance Lance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Send mail question

2002-05-10 Thread Lance Prais
If I am going to sendmail from an Internet using CGI does anyone know all the modules I will need to install? This may answer all my questions. Thank you Lance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: another cgi error question

2002-05-10 Thread Lance Prais
header (name without value: got line "begin failed--compilation aborted at /usr/local/netscape/server4/cgi-bin/ts_ticket_submit.cgi line 3.") This makes absolutely no sense to me. Anyone familiar with this error? Thank you Lance -Original Message- From: Hanson, Robert [mai

another cgi error question

2002-05-10 Thread Lance Prais
tity.pm in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/s un4-solaris /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/sun4 -solaris /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/lib/perl5/site_perl) at ./ts_ticket_submit.cgi line 3. Line 3: use MIME::Entity; Thank you Lance

cgi error question

2002-05-10 Thread Lance Prais
mail server. Thank you Lance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cgi question

2002-05-09 Thread Lance Prais
script.cgi for it to work? Right now, I have in wwwroot folder. Is that correct? Thank you Lance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

beginner question

2001-12-13 Thread Lance Prais
use DB_File; tie(@array, "DB_File", "/tmp/textfile", O_RDWR|O_CREAT, 0666, $DB_RECNO) or die "Cannot open file 'text': $!\en" ; $array[4] = "a new line"; untie @array; In the above statment what is the following items refering too? DB_File", O_RDWR|O_CREAT 0666 DB_RECNO --

sendmail error

2001-12-13 Thread Lance Prais
I am using the following piece of code to send email I can not figure out why it errors out because it worked the other day and now it is not. I have not changed anything on the system and installed the sendmail.pl in the lib folder: use Mail:Sendmail; %mail = ( To =>'[EMAIL PROTECTED]

What do you think is better

2001-12-11 Thread Lance Prais
I have a question and I was wondering if anyone had an opinion on it. I am using a perl script to parse through a log file and if there is an error found I need to send and email to someone.. I was thinking about calling an ASP page and passing, the relevant information and when this page is c

help with outputting information

2001-12-11 Thread Lance Prais
I am opening a file and just want to check to make sure that the file is being read correctly therefore I am using the following piece of code but getting an error message but according to what I have read it is formatted correctly. 1. #/usr/bin/perl 2. #open a file with the filehandle 3. 4. 5.

RE: help with open function

2001-12-10 Thread Lance Prais
: RE: help with open function Why not just tell it... open("e:\workflow.txt", "Workflow")|| die "Cannot open workflow $!\n"; John Herbold IS Specialist/DBA -----Original Message- From: Lance Prais [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 200

help with open function

2001-12-10 Thread Lance Prais
I am using the following statement to open a document. open("..\..\workflow.txt", "Workflow")|| die "Cannot open Workflow $!\n"; 1. the perl.exe resides in e:\perl\bin\perl.exe 2. the workflow.txt reside is e: 3. the error I am getting is "Cannot open workflow No Such file or directory" What am

question about reading a page to sort information

2001-12-10 Thread Lance Prais
confused. Thank you Lance Siebel Enterprise Applications Siebel Server Manager, Version 6.2.1 [10232] ENU Copyright (c) Siebel Systems, Inc. 1995-1998. This software is the property of Siebel Systems, Inc., 1855 South Grant Street, San Mateo, CA 94402-2667. User warrants that any use of this

Re: Quick question

2001-11-23 Thread Lance Keay
this will give you a random number of 0 or 1. Just substitue the 1 for the number range you want. Note: I have found that the lowest and highest numbers do not appear to have the same randomness weighting as the middle range, probably due to the sprintf rounding, so add two to the range you want

Re: Perl editor

2001-11-01 Thread Lance Keay
Textpad rocks. AND you can customize the synonym files to suit your preferences - Original Message - From: "Jan Kirchhoff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 1:46 PM Subject: Re: Perl editor > Hi, > > Fliptop wrote: > > i hope i'm not goin

CGI writing to file

2001-10-30 Thread lance miller
machine if one uses the command pwd, and the permissions for that file. you can fictionalize it just for your own security reasons. thanks, -lance __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- To u

STOP POSTING CUSS WORDS!

2001-10-15 Thread Lance Murray
d and blocked, and I'd appreciate not losing access to the Perl subscription. Thanks, Lance -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]