Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
    my $class = undef;
    
    eval {  $class->isa('MyClass'); };
    
  2. or download this
    Can't call method "isa" on an undefined value at /home/chrisgrafham/ho
    +spital/cgi-bin/testEval.pl line 13.
    
  3. or download this
    Can't call method "isa" on an undefined value at /home/fred/..../cgi-b
    +in/testEval.pl line 13