Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: Evaluating subroutines from within data

by Anonymous Monk
on Jan 08, 2012 at 04:23 UTC ( [id://946823]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [% USE BaseHTML; # Template::Plugin::BaseHTML.pm
       GET BaseHTML.print_definitions(
    ...
        headings => [ "term", "definition" ],
      );
    %]
    
  2. or download this
     $ cat dumper.tt
    [% USE Dumper Indent = 1;
       GET Dumper.dump(
    ...
        'definition'
      ]
    };
    
  3. or download this
    $ cat class.tt
    [% USE q = Class('CGI');
    ...
    
    $ tpage class.tt
    <form method="post" action="http://localhost" enctype="multipart/form-
    +data">
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (1)
As of 2024-04-16 21:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found