Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
                                Anchor => $range,
                                Address => "http://www.perlmonks.org"
                                });
    
  2. or download this
        $sel->Find->{Text} = '##HYPERLINK##';
        $sel->Find->Execute;
    ...
                                Address => "$hyperlink"
                                });
        $sel->MoveDown({Count=>1});