Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Learning ***** as a second language

by fmerges (Chaplain)
on Aug 12, 2005 at 22:08 UTC ( [id://483430]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    def info(object, spacing=10, collapse=1):
        """Print methods and doc strings.
    ...
    if __name__ == "__main__":
        print info.__doc__
    
  2. or download this
    class MyWorld {
      public static void main(String[] args) {
        System.out.println("Hello World!");
      }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-23 23:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found