Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: Re: Re: Re: This is why I use Perl

by tilly (Archbishop)
on Nov 08, 2003 at 23:28 UTC ( [id://305611]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Example simple class
    class Foo
    ...
    puts foo.bar;           # prints "Hello\n"
    foo.bar = "World";
    puts foo.bar;           # prints "World\n"
    
  2. or download this
    class Foo
      attr_accessor :bar; # Could add , :baz, :and, :others...
    ...
        @bar = aBar;
      end
    end
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://305611]
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-18 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found