Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Producing minimal examples for crashers

by wumpus (Sexton)
on Jun 10, 2013 at 08:04 UTC ( [id://1038006]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -T
    use strict;
    ...
        my $url = shift;
        $ua->get($url);
        warn;
    
  2. or download this
    #!/usr/bin/env perl -T
    use strict;
    ...
        my $so = join "\n", $ua->content =~/(so\.addVariable\(\s*'.+?'\s*,
    +\s*'.+?'\s*\)\s*;)/mg;
        while($so =~/so\.addVariable\('([^']+)','([^']+)'\);/mg) { }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1038006]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-25 21:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found