Help for this page

Select Code to Download


  1. or download this
    /^(?:\d{5,}|\D+)/
    
  2. or download this
    
    foreach (@stuff) {
    ...
            'invalid';
        print "$_ is $status\n";
    }