Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

POD en 5 minutos

by Hue-Bond (Priest)
on Jul 02, 2006 at 06:21 UTC ( [id://558831]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    =head1 NOMBRE
    
    My::Module - Un módulo de ejemplo
    
  2. or download this
    =head1 SINOPSIS
    
        use My::Module;
        my $object = My::Module->new(); 
        print $object->as_string;
    
  3. or download this
    =head2 Métodos
    
    =over 12
    ...
    principalmente para depuración.
    
    =back
    
  4. or download this
      Methods
          "new"       Returns a new
                      My::Module object.
    ...
                      representation of the 
                      object. This is mainly
                      for debugging purposes.
    
  5. or download this
    =head1 NOMBRE
    
    My::Module - Un módulo de ejemplo
    ...
    L<perlpod>, L<perlpodspec>
    
    =cut
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-18 13:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found