Help for this page

Select Code to Download


  1. or download this
    # taken from: http://perldoc.perl.org/perlobj.html
    use strict;
    use warnings;
    ...
      }
      my $c = C->new();
      $c->speak();
    
  2. or download this
    Can't locate A.pm in @INC (@INC contains: 
    E:\My Documents\Technical\Perl\Eclipse workspace\C files 
    E:\My Documents\Technical\Perl\Eclipse workspace\OCR 
    ...
    at F:/Win7programs/Dwimperl/perl/lib/parent.pm line 20.
    
    BEGIN failed--compilation aborted at obj test.pl line 16.