Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    __DATA__
    abc=1.2.3.4
    
  2. or download this
        my($key, $parameter_value) = split("=", $line);
        print ">>>$parameter_value<<<\n";