in reply to Re: Unicodeness and deprecated -C on shebang
in thread Unicodeness and deprecated -C on shebang

Could you, please, be more specific about your last sentence? How to launch directly?

Nġnda, WK
  • Comment on Re^2: Unicodeness and deprecated -C on shebang

Replies are listed 'Best First'.
Re^3: Unicodeness and deprecated -C on shebang
by ikegami (Patriarch) on Apr 17, 2009 at 20:45 UTC
    Type script.pl, not perl script.pl

      That's how i do. If i had call "perl script.pl", i could insert -C here too. But i don't and in some situations this way is even not possible, AFAIK, for example running script as CGI. My question is: how to call -C (or equivalent) inside of code, cause on first line this is deprecated?

      Nġnda, WK

        Are you on a Windows system? On other systems, the OS executes the #! line as if it was typed at the prompt. Since the system doesn't do it for you, you'll need to do it for the system.

        You could use a batch file. pl2bat will embed the Perl script into a batch file so you don't have to maintain two files.

        Alternatively, you could add -CSDA to the file association.