Help for this page

Select Code to Download


  1. or download this
        use Shell qw(echo cat ps cp);
    
  2. or download this
    package Class::FlyweightWrapper;
    $VERSION = 0.01;
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print (($test2->can("helloWorld")) ? "we can\n" : "we can't\n");
    
    1;
    
  4. or download this
    Hello World!
    we can
    Can't call method "new" on an undefined value at 'Flyweight wrapper Te
    +st::Public for Test::Private' line 24.