Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Links between Mason components?

by FloydATC (Deacon)
on May 17, 2012 at 20:48 UTC ( [id://971172]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <TABLE class="items">
    % foreach my $item (@items) {
    <TR><TD><% $item->link( %ARGS ) %></TD></TR>
    % }
    </TABLE>
    
  2. or download this
    sub link {
      my $self = shift;
    ...
    
      return '<A href="/path/to/item.html?id='.$self->id.'&foo='.$args{'fo
    +o'}.'&bar='.$args{'bar'}.'>'.$self->name.'</A>';
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found