Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Perl's pearls

by roboticus (Chancellor)
on Oct 27, 2017 at 04:16 UTC ( [id://1202109]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -d pm_135391.pl
    Loading DB routines from perl5db.pl version 1.49_001
    ...
      DB<1> p "<$_>"
    <Abby
    >
    
  2. or download this
      DB<2> n
    main::(pm_135391.pl:3):   my $key = lc $_;
    ...
      DB<2> x %seen
    0  "abby \cM"
    1  1
    
  3. or download this
      DB<3> n
    main::(pm_135391.pl:6):   push @{$words{$signature}}, $_;
    ...
      y [n [Vars]]   List lexicals in higher scope <n>.  Vars same as V.
      e     Display thread id     E Display all thread ids.
    For more help, type h cmd_letter, or run man perldebug for all docs.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-03-28 20:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found