Help for this page

Select Code to Download


  1. or download this
    if( $_file_name !~ /^(\s*)$/ ) {
  2. or download this
    use warnings;
    
    my $_file_name = undef;
    ...
    __END__
    
    Use of uninitialized value in pattern match (m//) at test.pl line 6.