[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Perl newbie



did you not place a .pl or .cgi extension on it and call it hello.pl or
hell.cgi?

Does your script look like this:

#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello World";

as this should work.

> -----Original Message-----
>
> Luc, Ali & Charlie,
>
> well, you had the same solution, but... it didn't work... :-)
> When I use the ./hello (which is the name of the script) command, it
> returns, no such file or directory.
>
> But an 'ls' gives me back the file...
>
> Can you give something else to try?
>
> I'm just on page 30 or so... what will the next 200 bring? :-)
>
> Regards,
> Sven
>
>
>
> try : ./scriptname
>
>
>
>
>
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>