>
> On 16.12.00 at 00:35 Dunnigan,Jack [Edm] wrote:
> >>while ($profile=readdir(DIR))
> >
> I now understood what was wrong in my code, but I don't understand
> exactly why it was wrong. I think it's the timing?
Yes. It was your timing. If you had set $profile="Pick One"; AFTER you
loaded
On 16.12.00 at 00:35 Dunnigan,Jack [Edm] wrote:
>> while ($profile=readdir(DIR))
>
>Ah hah! You are changing $profile! Of course it won't work.
>It is the 'user' who will pick what $profile will eventually be..
>Just load in your list and let the user decide.
Many thanks Jack, it was suffic
To answer my own question, there is a possible alternative GUI builder
to SpecTcl/SpecPerl, which is rather old an not being updated. It is an
Open Source (was proprietary) GUI builder for Tcl/Tk called
VisualGipsy. It doesn't yet produce Perl-Tk code, but I emailed the
company who produced Visua
Hi everyone.
i've been trying to solve a problem that ihave in a file upload
program.i don't know why but the ENCTYPE="multipart/form-data" parameter
in my form doesn't work..
i decided to put all my perl program and muy HTML code to see if
someone can find my mistake.
i've b