Help for this page

Select Code to Download


  1. or download this
    my $invalue = param( 'INVALUE' );
    if ( defined $invalue ) {
    ...
    } else {
        $result = "Enter a value to test."
    }
    
  2. or download this
    $less->{'characters'}->{'typed'} == `"time in the pub" | more`; # :-D
    
  3. or download this
    /^(?:-)?\d+(?:\.\d+)?$/
    
  4. or download this
    /^(?:-)?(?:\d+(?:\.\d+)?|\.\d+)$/