flight has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: (OT) get to start linux
by davidrw (Prior) on Apr 03, 2006 at 15:27 UTC
Re: (OT) get to start linux
by marto (Cardinal) on Apr 03, 2006 at 15:28 UTC
Re: (OT) get to start linux
by xorl (Deacon) on Apr 03, 2006 at 18:24 UTC
    [xorl@xorl3 tmp]$ chmod u+x myprog [xorl@xorl3 tmp]$ ./myprog
    That's it. Same thing goes for perl programs (assuming you have the correct shebang).
Re: (OT) get to start linux
by rjsaulakh (Beadle) on Apr 03, 2006 at 18:31 UTC

    not the right place to ask this question still for perl programs you can directly execute them using

    perl <program-name>