> When I write my perl scripts on UNIX, the first line I would
> usually put:
> #!/usr/bin/perl
>
> Stating that that's where to find the perl binary to run the
> script, and so I can just type "perl_script" instead of
> "perl perl_script" to run it.
>
> Can someone shed me some light on how to do
OPq
===
Alan Winston --- [EMAIL PROTECTED]
Disclaimer: I speak only for myself, not SLAC or SSRL Phone: 650/926-3056
Paper mail to: SSRL -- SLAC BIN 99, 2575 Sand Hill Rd, Menlo Park CA 94025
When I write my perl scripts on UNIX, the first line I would usually put:
#!/usr/bin/perl
Stating that that's where to find the perl binary to run the script, and so
I can just type "perl_script" instead of "perl perl_script" to run it.
Can someone shed me some light on how to do that on VMS?
Ag