Hello,
i'm new with perl.
I want to read a file and display this when visiting my website :
In my browser : http://www.website.nl/displayfile.pl
=============== ====
#!/usr/local/bin/perl
$logurl = "/opt/guide/www.website.nl/log.txt";
# Begin the Editing of log File
print $logurl;
=============== ======
It doesn't work!!
Why?
Marco
i'm new with perl.
I want to read a file and display this when visiting my website :
In my browser : http://www.website.nl/displayfile.pl
=============== ====
#!/usr/local/bin/perl
$logurl = "/opt/guide/www.website.nl/log.txt";
# Begin the Editing of log File
print $logurl;
=============== ======
It doesn't work!!
Why?
Marco
Comment