Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    use Data::Dumper::Concise;
    warn Dumper ( $data );
    
  2. or download this
    my $res = REST::Google->new(
              q = 'perl regex'
              start => 16,
    );