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

Re^3: Modules to reduce syntax? (joining namespaces)

by LanX (Saint)
on Dec 22, 2021 at 22:28 UTC ( [id://11139846]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<27> sub LIST { foo => { x => 42 } }
    
    ...
    
      cont:  say $hsh{foo}{$bar}
    42
    
  2. or download this
    sub func {
       var (\%hsh,\@arr) = @_;
    
    }
    
  3. or download this
    sub func {
       var ($hsh,$arr) = @_;  # ???
    
    }
    
  4. or download this
    sub func {
       var \(%hsh,@arr) = @_;
    
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-03-29 13:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found