Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^4: I'm stuck adding more named parameters to a subroutine since the new named parameters might have the same name as the current ones.

by Lady_Aleena (Priest)
on Mar 28, 2013 at 02:51 UTC ( [id://1025837]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub table {
      my ($tab,$opt) = @_;
    ...
    
      line($tab,q(</table>));
    }
    
  2. or download this
    # From ArmorClass.pm
    
    ...
          ['data',[[['list', { class => 'info', colspan => $colspan, list 
    +=> ['u',$weapons, { class => 'two' }] }]]]]
        ]
      });
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-23 10:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found