Help for this page

Select Code to Download


  1. or download this
    OIO::Method error: Can't call private method 'TryOut->data' from class
    + 'main'
    Package: main
    File: object-insideout
    Line: 19
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print $obj->data;
    
    __END__