Changes

Jump to navigation Jump to search
52 bytes added ,  16:52, 28 December 2013
Line 37: Line 37:  
... and run the script as /path/to/script.pl. Of course, it'll need to be executable first, so <code>chmod 755 script.pl</code> (under Unix).
 
... and run the script as /path/to/script.pl. Of course, it'll need to be executable first, so <code>chmod 755 script.pl</code> (under Unix).
   −
(This start line assumes you have the env program. You can also put directly the path to your perl executable, like in #!/usr/bin/perl ).
+
(This start line assumes you have the env program. You can also put directly the path to your perl executable, like in <code>#!/usr/bin/perl</code> ).
   −
For more information, including instructions for other platforms such as Windows and Mac OS, read perlrun.
+
For more information, including instructions for other platforms such as Windows and Mac OS, read [http://perldoc.perl.org/perlrun.html perlrun].
    
=== Safety net ===
 
=== Safety net ===

Navigation menu