Help for this page

Select Code to Download


  1. or download this
    use CGI;
    use My::QXcall;
    ...
       join(' ', map { "'" . quotemeta($_) . "'" } @terms)
    }});
    
  2. or download this
    package My::QXcall;
    use strict;
    ...
    sub QXerrline  { $LINE  }
    
    1;