Hi all,

I know how to open and print an html or text document on the screen if the
file is on my site and I know the real path to the file.
I want to open and print a document on the screen but it is not on my site
and of course, I don't know the real path to that file.

I've seen that I need the real path if I want to use:

open (FILE, "$path");

while(<FILE>) {
print $_;
}

Do I have another solution?

Thank you.
Teddy,
[EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to