Help for this page

Select Code to Download


  1. or download this
    use strict;
    #use warnings;
    
    ...
        my $name = $1 if $s =~ /(bob)/;
        warn $name || 'undef';
    }
    
  2. or download this
    undef at - line 7.
    bob at - line 7.
    undef at - line 7.
    bob at - line 7.
    undef at - line 7.