Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

hmm - - - something has changed in perl (from 5.34 to 5.36

by Anonymous Monk
on Nov 23, 2022 at 17:22 UTC ( [id://11148328]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $arg (@ARGV) {
        if( $arg =~ /^-B(\d+)$/ ) {  # months Before
    ...
        if( $before !~ /^\d+/ ) {
            die "Bad before argument ($before)\n";
        }
    
  2. or download this
    /$ /usr/local/bin/cal2.pl -B 4
    Uncaught exception from user code:
        Bad before argument (-B)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-24 18:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found