Home | History | Annotate | Download | only in Scripts

Lines Matching refs:curl

258     # Perl has no built in XML processing, so we'll fetch and parse with curl and grep
259 my $descriptionLine = `curl --silent "$bugXMLURL" | grep short_desc`;