Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
    "sub modify { $_ = 5 for @_; }
    ...
              undef,
              5
            ];
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
    "my @b;
    ...
              6,
              6
            ];