Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Very Odd Issue When Using pp to Create an .exe File Including Date::Calc

by perldigious (Priest)
on Jun 27, 2017 at 14:46 UTC ( [id://1193701]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    say "FINISHED";
    my $pause_here = <STDIN>;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    say "FINISHED";
    my $pause_here = <STDIN>;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    say "FINISHED";
    my $pause_here = <STDIN>;
    
  4. or download this
    use utf8;
    use 5.022;
    ...
        my $JDN2 = $day2 + floor((153*$m2+2)/5) + 365*$y2 + floor($y2/4) -
    + floor($y2/100) + floor($y2/400) - 32045;
        return $JDN1-$JDN2;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1193701]
Approved by haukex
Front-paged by kcott
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-03-29 15:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found