> There is your problem. Line 58 where you try to open the file.  It appears
> to be looking for $startloc\HASH(0x1c5adf8) which obviously is incorrect.
> You ask for "any ideas why", your error logs tell you exactly why.  Have a
> look at line 58 of your code.

in my mode1 I create a hidden field and try to assign the value os a
variable to the value for the field as
        $output .= $q->hidden(-name => 'dir', -value => $dir );

this puts the value to the variable itself i.e. "$dir" insted of putting
"c:\sysmon" and when I do the steps as below in mode2, I get that error

        my $startloc =$q->param("dir")."$app";
        opendir(SMD,$startloc) || die "Failed to open Sysmon DB: $!, error
in $startloc";

>>
>> $output .= "Select Environment : ", $q->popup_menu(-name=> 'apps',
-values
>> =>\@apps); and that did not worked. How do I add the text before select
>> fields on the form letting the user know as what is the field about??


>You need to be more specific than "that did not work" what did it do?

It just displayed the list box only.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to