Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
    "my $s = 'a,b,c,d,e,f';
    ...
     dd $u, $v, $w, $x, $y, $z;
    "
    ("a", "b", "c", "d", "e", "f")
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
    "use 5.010;
    ...
     dd $u, $v, $w, $x, $y, $z;
    "
    ("a", "b", "CC", "d", "e", "fgh")