- or download this
pp -x -o 1193701.exe 1193701.pl
- or download this
rwxrwxr-x 1 marto marto 149 Jun 27 16:31 1193701_oneline.pl
-rwxrwxr-x 1 marto marto 148 Jun 27 16:31 1193701_twolines.pl
...
-rwxr-xr-x 1 marto marto 3417012 Jun 27 16:32 oneline_x.exe
-rwxr-xr-x 1 marto marto 3428235 Jun 27 16:34 twolines.exe
-rwxr-xr-x 1 marto marto 3428929 Jun 27 16:34 twolines_x.exe
- or download this
marto@netbook:~/perlmonks$ ./oneline.exe
Can't locate Date/Calc.pm in @INC (you may need to install the Date::C
+alc module) (@INC contains: /tmp/par-6d6172746f/cache-c93faf27fca57f9
+a6de63ed7af3cc18b152dad8a/inc/lib /tmp/par-6d6172746f/cache-c93faf27f
+ca57f9a6de63ed7af3cc18b152dad8a/inc CODE(0x9ffa574) CODE(0x9ffa740))
+at script/1193701_oneline.pl line 4.
...
marto@netbook:~/perlmonks$ ./twolines_x.exe
FINISHED
- or download this
#!/usr/bin/perl
...
say "FINISHED";
my $pause_here = <STDIN>;
- or download this
#!/usr/bin/perl
...
say "FINISHED";
my $pause_here = <STDIN>;