Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Name "main::a" used only once: possible typo

by kcott (Archbishop)
on Mar 08, 2013 at 08:07 UTC ( [id://1022351]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -E '
    use List::Util qw/reduce/;
    ...
    Name "main::a" used only once: possible typo at -e line 3.
    Name "main::b" used only once: possible typo at -e line 3.
    720
    
  2. or download this
    $ perl -Mstrict -Mwarnings -E '
    use List::Util qw/reduce/; $a || $b || 1;
    say reduce { $a * $b } 1..6;
    '
    720
    
  3. or download this
    $ perl -Mstrict -Mwarnings -E '
    use List::Util qw/reduce sum/; $a || $b || 1;
    ...
    '
    720
    21
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-09-11 19:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (15 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.