At 02:50 AM 6/2/01 +, Bernhard wrote:
>syntax error at singles.pl line 266, near "/([\w.-]+)/;"
>Execution of singles.pl aborted due to compilation errors.
Sorry, typo on that line, should be:
my ($name) = ($fh =~ /([\w.-]+)/);
>Welchen Content Type muss ich dann in der form nochma
Ich weis immernoch nicht, wie ich jetzt ein Bild mit Hilfe von Perl uploaden
kann. Der Code da unten erzeugt immer nen Fehler:
Software error:
syntax error at singles.pl line 266, near "/([\w.-]+)/;"
Execution of singles.pl aborted due to compilation errors.
Welchen Content Type muss ich dann in
[back to the list]
At 10:24 PM 5/29/01 +, you wrote:
>But i have already programmed a Guestbook, and a Password protection for a
>Webcam. Also i have programmed a color Voting Program fpr my Homepage, and a
>program that shows the stats of the votes. Now I'm working at a Site where
>singles c
--- Bernhard <[EMAIL PROTECTED]> wrote:
> But I'm not using CGI.pm. I don't know what i should do with it. I
> only want to use Perl.
Hmmm
Well, if you're just trying to learn Perl and the HTTP protocol, and
want to print and read and parse simple forms, then ok I guess but
for anything
At 07:45 PM 5/29/01 +, Bernhard wrote:
>But I'm not using CGI.pm. I don't know what i should do with it. I only want
>to use Perl.
Unfortunately one has to walk before one can run. Your response is akin to
saying, "I don't want to use a boat; all I want to do is sail across the
Atlantic us
On Tue, 29 May 2001, Bernhard wrote:
> But I'm not using CGI.pm. I don't know what i should do with it. I only want
> to use Perl.
You should be using CGI.pm if you want to do CGI programming with Perl. I
also recommend that you subscribe to the beginners CGI mailing list -- it
focuses specific
But I'm not using CGI.pm. I don't know what i should do with it. I only want
to use Perl.
- Original Message -
From: Paul <[EMAIL PROTECTED]>
To: Bernhard <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 5:02 PM
Subject: Re: Filepostin
--- Bernhard <[EMAIL PROTECTED]> wrote:
> Hi! I'm using a html form, where you can enter a file (a picture) and
> upload it, but when i send the form the Perl script only gets the
> local Adress of the file, but not the Data (so the picture) of the
> file. How can i save the picture in a new file
Bernhard writes ..
>Hi! I'm using a html form, where you can enter a file (a
>picture) and upload it, but when i send the form the Perl
>script only gets the local Adress of the file, but not the
>Data (so the picture) of the file. How can i save the picture
>in a new file on my Disk?
>I have
Hi! I'm using a html form, where you can enter a file (a picture) and upload it, but
when i send the form the Perl script only gets the local Adress of the file, but not
the Data (so the picture) of the file. How can i save the picture in a new file on my
Disk?
I have programmed it so that the
10 matches
Mail list logo