Help for this page

Select Code to Download


  1. or download this
    my $this = text_detaint( param('this') ) || 'default text';
    
    ...
    
    my $this = num_detaint( param('this') ) or
        output_error( "this", "must be a number" );