On 14.07.2014 21:05, elham tazikeh wrote:
how can i running perl script files in my linux ?

This is not a Gromacs-related question. Questions
like these are best answered in appropriate
sites like stackoverflow.com

is this correct?
chmod +x  *.pl

yes, but most probably unnecessary

perl ./ *.pl  *.xpm

The first argument (the current directory) is
no valid command line parameter for the perl
interpreter at this point. For th other two parameters,
the Linux-shell will expand the '*' (wildcard) to all
matching names from the current directory in any order
the shell finds reasonable. This is probably not what
you want.

Ask your question on:
  http://stackoverflow.com

or (maybe better) on:
  http://unix.stackexchange.com/


--
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.

Reply via email to