Mailing List Archive

Re: portability, unix calls and perl
Re: portability, unix calls and perl [ In reply to ]
>And as such, the `` or system syntax will have to be supplemented..
>I simply don't see how one could have compilable source in perl with all the
>unix calls embedded -- the whole point of my first post was an attempt
>to get around this whole compilation issue without too much pain.

How abou this warning:

if you want to portable to other arches, don't use backticks.

--tom
Re: portability, unix calls and perl [ In reply to ]