Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Mapping list to hash is dropping list items

by eyepopslikeamosquito (Archbishop)
on Mar 13, 2022 at 11:18 UTC ( #11142067=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MO=Deparse,-p almsdealer.pl >deparse.pl
    
  2. or download this
    use strict;
    use warnings;
    ...
        (@allTags = (@allTags, keys(%uniqueTags)));
    }
    print(("@allTags\n"));
    
  3. or download this
        my ($str) = @_;
    
  4. or download this
        my $str = shift;    # the string to be trimmed
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2023-10-04 10:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?