Help for this page

Select Code to Download


  1. or download this
    print LOG <<EOJ;
    print EXTPROGRAM <<EOJ;
    
  2. or download this
    my @data=<<EOJ;
    (line1 to send to external program)
    ...
      print LOG;
      print EXTPROGRAM;
    }