Changes

Jump to navigation Jump to search
14 bytes added ,  16:50, 28 December 2013
Line 35: Line 35:  
     #!/usr/bin/env perl
 
     #!/usr/bin/env perl
   −
... and run the script as /path/to/script.pl. Of course, it'll need to be executable first, so chmod 755 script.pl (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 #!/usr/bin/perl ).
    
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 perlrun.
 +
 
=== Safety net ===
 
=== Safety net ===
  

Navigation menu