Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            print "'$cheese' ";
    }
    print "\n";
    
  2. or download this
    @cisnet:~/kodzo_perl/chapter3$ perl example.pl
    
    ...
            Global symbol "%snacks" requires explicit package name (did yo
    +u forget to declare "my %snacks"?) at example.pl line 12.
            Global symbol "%snacks" requires explicit package name (did yo
    +u forget to declare "my %snacks"?) at example.pl line 17.
            Execution of example.pl aborted due to compilation errors.