Re: Creating new LWP

2001-05-23 Thread Charles Pelkey
If I was off-base on this one, I apologize... I have always seen it as "Content-Type:" with capital C and T... I have never seen it all lowercase. --- Charles E. Pelkey C.P. Designs: http://cpdesigns.homeip.net/ [EMAIL PROTECTED] Person

Re: Net::SMTP

2001-04-27 Thread Charles Pelkey
If memory serves, NET::SMTP is part of the libnet package. --- Charles E. Pelkey C.P. Designs: http://cpdesigns.homeip.net/ [EMAIL PROTECTED] Personal Site: http://cpelkey.homeip.net/ [EMAIL PROTECTED]

Re: template problem

2001-03-19 Thread Charles Pelkey
Ok, maybe I did not explain this properly... I want the text inside the braces to be replaced with the value of the named variable: - Example script: #!/web/perl/bin/perl use CGI qw/:standard/; $Full_Name = param('Full_Name'); $E_Mail = param('E_Mail'); open (TMPL, "/pat

Re: Request...

2001-02-16 Thread Charles Pelkey
Well, I believe the problem is that your not returning any headers from the script, so it can not be displayed. Without posting the perl code, there is no real way to tell, but the error you are explaining is normally a result of you not using the following line at the top of your script: prin

Re: read GIF file and write it from perl

2001-01-22 Thread Charles Pelkey
Sorry, Made a typo $BUFFER should be all lowercase ($buffer) --- Charles E. Pelkey [EMAIL PROTECTED] C.P. Designs http://cpdesigns.dyn.ns1.net/ ___ Perl-Win32-Users mailing list [EMAIL PROTE

Re: DBI Question

2000-12-20 Thread Charles Pelkey
Try this: print qq(); while(defined ($column) = $sth->fetchrow_array){ or print qq($column\n) if (defined $column); --- Charles E. Pelkey [EMAIL PROTECTED] C.P. Designs http://www.geocities.com/cp_designz/ ___

Re: File::copy question

2000-12-20 Thread Charles Pelkey
Don't use double quotes unless you want in type more escape characters. Use single quotes instead, it uses exactly these characters (not really the best description). Double quotes allows for variables to be interpreted... which you don't need in this instance. >> my $file_to_get = '\\PC332\\C$\\