Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
    "my @WORDS = qw(trying helping doing do xdo help hel xhelp);
    ...
    ["doing", "do"]
    
    ["trying", "helping", "doing", "do", "xdo", "help", "hel", "xhelp"]
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
    "my @words = qw(he xhelper hello hel help helper helping);
    ...
    ["helper"]
    
    []