Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

POD: getting usage snippets from perldoc

by LanX (Saint)
on Mar 23, 2018 at 17:08 UTC ( [id://1211620]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    pp '\@Type_Order: ', \@Type_Order;
    pp '\%Kinds: ', \%Kinds;
    pp '\%Type: ', \%Type;
    
  2. or download this
    (
      "\\%Flavor: ",
    ...
        "alarm"            => "schedule a SIGALRM",
        "atan2"            => "arctangent of Y/X in the range -PI to PI",
     ...
    
  3. or download this
        split /PATTERN/,EXPR,LIMIT
        split /PATTERN/,EXPR
        split /PATTERN/
    

Log In?
Username:
Password:

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

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

    No recent polls found