Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

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

by Anonymous Monk
on Nov 23, 2022 at 17:22 UTC ( #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? | Other CB clients
Other Users?
Others exploiting the Monastery: (1)
As of 2023-06-08 02:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?