Help for this page

Select Code to Download


  1. or download this
    [% TRY %]
           [% PERL %]
             use WebService::CaptchasDotNet;
    ...
    This is Example of using perl with HTML
    </title>
    </html>
    
  2. or download this
    #!/usr/bin/perl 
    use strict;
    use warnings;
    ...
    my $random = $o->random();
    print "Random value = ".  $random;
    my $url = $o->url($random);