Help for this page

Select Code to Download


  1. or download this
    use re qw( is_regexp );
    is_regexp($check_re)
    
  2. or download this
    BEGIN {
       eval 'use re qw( is_regexp )';
    ...
    }
    
    is_regexp($check_re)