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

Re: Why the print is not working

by blue_cowdawg (Monsignor)
on Nov 10, 2005 at 16:41 UTC ( [id://507454]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          reverse LIST
                   In list context, returns a list value consisting of the
    + ele-
    ...
                       print scalar reverse <>;    # character tac, last l
    +ine tsrif
    
  2. or download this
    perl -e 'print scalar reverse "dog" . "\n";'
    
  3. or download this
    god
    
  4. or download this
    perl -e 'print join( ",", reverse ( split "", "dog")) . "\n";'
    
  5. or download this
    g,o,d
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-24 19:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found