On Wed, 2008-11-19 at 04:03 -0800, ashish wrote:
> Can someone please tell me how to compile a perl script which is
> calling global variables and then how should the executable be used?
> 

There is no need to compile a Perl script.  To run it, call it with
perl:

  perl ftp.pl

Or you can make it executable with:

  chmod a+x ftp.pl

This needs be done only once.  Then to run it:

  ftp.pl

See:
perldoc perlrun
man chmod


-- 
Just my 0.00000002 million dollars worth,
  Shawn

The map is not the territory,
the dossier is not the person,
the model is not reality,
and the universe is indifferent to your beliefs.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to