| 2 |
Install Perl on Windows XP i fixed it using a virtual directory, but when i look at it in the browser, it still does not output the variable's value. it only says show me the and nothing else. i think it is not evaluating the scripts. how do i fix it. |
| 1 |
Install Perl on Windows XP i'm trying to run a perltest.pl file on my xp server, when i type the localhost/Scripts/perltest.pl it cannot be found. i tried changing the file inside the root, and it does work localhost/perltest.pl, the problem is that when i try with a animal.pl file with scripts in it, it outputs the print command without evaluating the scripts. ex. my $animal = param("animal"); print ("show me the $animal); the output to the browser is: show me the and that is it. i don't know why it is like that. may be is the place it is saved (inside wwwroot), but it won't even work if it is in inetpub/Scripts like the book i am reading says i should do it. please let me know how i can fix it. i'll appreciate it. thanks LIDES |