Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    my $s = 'fred';
    $s = substr($s,0,1) . undef . substr($s,3);
    
  2. or download this
    Use of uninitialized value in concatenation (.) or string at a.pl line
    + 4.