Help for this page

Select Code to Download


  1. or download this
    sub process() {
         my $url = shift;
    ...
         $html = $mech->content();
         return $html
    }
    
  2. or download this
    require( 'my_subs.pl' );
    
    ...
         my $returned_html = &process( $_ );
         # Bob Loblaw
    }