|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Exe scripts without extentions
How do I execute a perl script in Debian Linux without a .pl or .cgi extention?
|
|
#2
|
|||
|
|||
|
$ perl scriptname
(Run perl and give it the script file name) Or put #!/usr/bin/perl (whatever path to perl) as first line of file, and chmod it 755. Then you can ./scriptname. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > Exe scripts without extentions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|