Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Mail:Chimp3 Updating Groups/Interests

by tangent (Parson)
on Jan 31, 2020 at 01:52 UTC ( [id://11112150]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        'GroupID1' => true,
        'GroupID2' => false
    );
    
  2. or download this
    Bareword "true" not allowed while "strict subs" in use
    Bareword "false" not allowed while "strict subs" in use
    
  3. or download this
    my %groups = (
        'GroupID1' => \1,
        'GroupID2' => \0
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-20 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found