Help for this page

Select Code to Download


  1. or download this
    use warnings;
    
    ...
            ];
    Use of uninitialized value $value in pattern match (m//) at ./t.pl lin
    +e 12.
    single word expected at ./t.pl line 12.
    
  2. or download this
    my ($name, $value) = ($str =~ /(\w+)\s+(\w+)/);
    mysub($name, $value);