Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "@{$dwarfs}\n";
    print "@dwarfs\n";
    
  2. or download this
    Possible unintended interpolation of @dwarfs in string at ... line 7.
    Global symbol "@dwarfs" requires explicit package name at ... line 7.
    Execution of ... aborted due to compilation errors.