Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Histogram Creation

by Your Mother (Archbishop)
on Jul 18, 2018 at 17:04 UTC ( #1218767=note: print w/replies, xml ) Need Help??


in reply to Histogram Creation

Regarding Subroutine main::Dump redefined at /System/Library/Perl/5.18/CGI.pm line 308

YAML is bringing &Dump into main:: and then when you use CGI ":standard"; it also exports its own &Dump (with the :standard set you're calling). In your particular code, you're using neither so remove either or both. Or use them with empty import lists, e.g., use CGI ();.

moo@cow[625]~>perl -mYAML -MCGI=:standard -we 1 # ^^^ No problem, -m means "use YAML ()" moo@cow[626]~>perl -MYAML -MCGI=:standard -we 1 Subroutine main::Dump redefined at /home/moo/perl5/lib/perl5/CGI.pm li +ne 296.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others examining the Monastery: (2)
As of 2023-06-03 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (16 votes). Check out past polls.

    Notices?