Changes

Jump to navigation Jump to search
12 bytes added ,  17:29, 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 <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 <code>#!/usr/bin/perl</code> ).
+
(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 [http://perldoc.perl.org/perlrun.html perlrun].
 
For more information, including instructions for other platforms such as Windows and Mac OS, read [http://perldoc.perl.org/perlrun.html perlrun].

Navigation menu