Help for this page

Select Code to Download


  1. or download this
    my $url = "http://.......";
    my $user_agent = new LWP::UserAgent;
    my $report = $user_agent->get($url);
    $report = $report->content;
    my @code = split("\n", $report);
    
  2. or download this
    <ticket ... state="bad" ....>
    <version="1.23.4.8">
    ...
    <task ... />
    ....
    </ticket>
    
  3. or download this
    <ticket ... state="good" ....>
    <version="1.12.32.4">
    ...
    <task ... a="8"/>
    ....
    </ticket>