Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

nooby question about @+, @-

by rsFalse (Chaplain)
on Oct 27, 2014 at 16:46 UTC ( [id://1105179]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while(<>){
        
        @_=/./g;    print "@-|@+\n";
    ...
        $_[/./g];    print "@-|@+\n";
           /./g;    print "@LAST_MATCH_START|@LAST_MATCH_END\n";
        }
    
  2. or download this
    # INPUT: 1234567
    # OUTPUT:
    ...
    2|3
    3|4
    |
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-25 14:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found