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
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]
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
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
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
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/
___
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$\\