Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    require "load_configfile_data.pl";
    
    print $data;
    
  2. or download this
    $data = "Test erfolgreich.";
    
    1;