John P. Verel <[EMAIL PROTECTED]> wrote:
>
> Thanks for your script :) However, I'm getting the following error
> messages:
>
> Executing: openurl
>
>'http://washingtonpost.com/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=wpni/print&articleid=A64933-2000Mar2'...
> /home/john/bin/openurl: =: command not found
> /home/john/bin/openurl: die: command not found
This script is a PERL script, but it is being interpreted by your shell
instead. The first line needs to be something like this:
#!/usr/bin/perl
Of course, the indentation is merely for readability; there should be no
whitespace before the "#!".
--
David DeSimone | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED] | that there is no man really clever who has not
Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson
UX WTEC Engineer | PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44