I need to open a file which is on the web through Perl
Basically i am looking for something as
open(FILE,"http s://ims-svn.swissbank.c om/trunk/config.properti es")
|| die "ERROR: (Build Master) Unable to open environment file";
Any help , how it can be accomplished in Perl ?
Cheers,
Sumit
Basically i am looking for something as
open(FILE,"http s://ims-svn.swissbank.c om/trunk/config.properti es")
|| die "ERROR: (Build Master) Unable to open environment file";
Any help , how it can be accomplished in Perl ?
Cheers,
Sumit
Comment