Help for this page

Select Code to Download


  1. or download this
       ...
       print "Got: $in\n";
    ...
         ...
         # save file
       }
    
  2. or download this
    Got: X-Call~4.xml#:#380_<?xml version="1.0"?>
    
  3. or download this
    if ($in =~ /__END$/) {
      # close previous file
    ...
    
      # proceed with saving the file
    }