|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Simple question that I'm having trouble answering on my own: Can you use PERL accross servers. Specifically, can you open a text file with a CGI file when the files are on seperate folders. Also, can you "require" files on a different server?
Thanks in advance, Tyler |
|
#2
|
|||
|
|||
|
>>can you open a text file with a CGI file when the files are on seperate folders
Why not? You don't do the following all the time anyway: open(READ,"myfile.txt"); Instead, you can always specify the full path like so: open(READ,"/path/to/myfile.txt"); can you "require" files on a different server? Absolutely no. What if it's possible, then everything on the internet is within your control as if other server's files are residing in your hard drive. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > PERL/CGI accross servers |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|