Help for this page

Select Code to Download


  1. or download this
    C:\test>perl -Mstrict -wle" my $r = undef; my @x = map{ $_ } @{ $r }"
    
  2. or download this
    C:\test>perl -Mstrict -wle" my $r = undef; my @x = @{ $r }"
    Can't use an undefined value as an ARRAY reference at -e line 1.