Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

tlm's scratchpad

by tlm (Prior)
on Mar 16, 2005 at 02:59 UTC ( [id://439843]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if called without session ID
      create new session id
    ...
        add "...continuing..." at the end of the response
        add <meta http-equiv="refresh" content="3"/> to the response's hea
    +der
      display a page with the newly retrieved data
    
  2. or download this
    sub render {
      my $self = shift;
    ...
      my $self_object = $self->reflect->object; # in case we have a classn
    +ame
      return ( self => $self_object );
    }
    
  3. or download this
    sub template_vars {
      my $self = shift;
      return ( $self->SUPER::template_vars, foo => 'bar' );
    }
    
  4. or download this
    # Super/Module.pm
    {
    ...
    
    __END__
    Can't locate object method "foo" via package "Some::Module::YeWhoEnter
    +s" at Some/Module.pm line 15.
    
  5. or download this
    sub foo {
      my $hashref = shift;
    ...
        frobnicate( $key, $value );
      }
    }
    
  6. or download this
    +++ -   Thu Nov 10 21:32:08 2005
    @@ -536,7 +536,7 @@
    ...
    </p></em></blockquote>
    
    <code>
    
  7. or download this
    create table foo (
      id   serial,
    ...
      name varchar(500) not null,
      constraint bar_pk primary key(id)
    );
    
  8. or download this
    insert into foo(name) values('Mumble Frotz');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found