Help for this page

Select Code to Download


  1. or download this
    $data = q`
    HTML1
    ...
      if ( $data =~ /.*<%.*?%>\n?(.*?)$/s ) {
        print "<<< $1 >>>\n" ;
      }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      close($sock) ;
      
      print "Report Sent to: $host:$port\n" ;