Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $name = $person->name;
    print "hello, ";
    print $name;
    
  2. or download this
    Global symbol "$person" requires explicit package name at test.pl line
    + 5.
    Global symbol "$name" requires explicit package name at test.pl line 6
    +.
    Global symbol "$person" requires explicit package name at test.pl line
    + 6.
    Global symbol "$name" requires explicit package name at test.pl line 8
    +.