Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks\Lady_Aleena>perl -wMstrict -MData::Dump -le
    "my @colors = qw(a b c);
    ...
    "
    Useless use of private array in void context at -e line 1.
    ["a beads", "b beads", "c beads"]
    
  2. or download this
    c:\@Work\Perl\monks\Lady_Aleena>perl -wMstrict -MData::Dump -le
    "my @colors = qw(a b c);
    ...
     dd \@list;
    "
    ["a beads", "b beads", "c beads", "x", "y"]