use LWP::Simple; $uebergabewert=""; $url="http://.../file.php".$uebergabewert; $rueckgabewert=get($url); print $rueckgabewert;