Re: Is any diffrence in...?
- From: "Bernard El-Hagin" <bernard.el-haginDODGE_THIS@xxxxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 10:20:51 +0100
Bego Mario Garde <begomgarde@xxxxxxxxxxxxx> wrote:
> Paul Lalli schrieb:
>>> No I mean Programming code...because same programm i am running
>>> on windows system it is working but on linux system it is not
>>> ,that's why?
>>
>> I cannot for the life of me understand how you expect anyone to
>> answer your questions without this information.
>>
>
> I can understand your excitement, but even without any further
> information I (a perl-newbie!) thought about two differences:
>
> * the shebang: #!perl vers #!/usr/bin/perl.
> AFAIK you could write #!MickeyMouse with Perl running under
> Windows?
But if there are command line switches present in the shebang line,
they *will* be interpreted under Windows.
> and
>
> * system(), as e.g. a "system(ls)" will list the directory
> contents on a unix-like system, but won't work on a windows
> system.
Perhaps this is because Windows doesn't have an "ls" command? Try it
with "dir".
--
Cheers,
Bernard
.
- Follow-Ups:
- Re: Is any diffrence in...?
- From: Matt Garrish
- Re: Is any diffrence in...?
- References:
- Is any diffrence in...?
- From: Rita
- Re: Is any diffrence in...?
- From: Jürgen Exner
- Re: Is any diffrence in...?
- From: Rita
- Re: Is any diffrence in...?
- From: Paul Lalli
- Re: Is any diffrence in...?
- From: Bego Mario Garde
- Is any diffrence in...?
- Prev by Date: Posting Guidelines for comp.lang.perl.misc ($Revision: 1.5 $)
- Next by Date: Re: Is any diffrence in...?
- Previous by thread: Re: Is any diffrence in...?
- Next by thread: Re: Is any diffrence in...?
- Index(es):
Relevant Pages
|