get to start linux
flight
created: 2006-04-03 11:17:42
wat are the commands to start a linux program and how i can execute it
Re: get to start linux
created: 2006-04-03 11:27:52
do you mean how to create and execute a script? If so, see the "Creating Perl Programs" section in Tutorials --> Getting Started with Perl --> Perl Babysteps 1: Your First Simple Script
Re: get to start linux
created: 2006-04-03 11:28:27
flight,

Perhaps you have the wrong forum.
Do you mean something along the lines of 'How can I execute a Perl script from a linux command prompt?', or are you trying to run another linux executable? I suggest that you have a look at the following nodes:

  • The PerlMonks FAQ
  • node 174051
  • Perl Babysteps 1: Your First Simple Script


  • Hope this helps.

    Martin
    Re: get to start linux
    created: 2006-04-03 14:24:10
    [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: get to start linux
    created: 2006-04-03 14:31:20

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

    perl

    perlmonks.org content © perlmonks.org and davidrw, flight, marto, rjsaulakh, xorl

    prlmnks.org © 2006 edmund von der burg (eccles & toad)

    v 0.03