ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Utilities/urlhandler.pm
(Generate patch)

Comparing COMP/SCRAM/src/Utilities/urlhandler.pm (file contents):
Revision 1.5 by williamc, Thu Mar 18 09:45:36 1999 UTC vs.
Revision 1.5.2.1 by williamc, Wed May 5 14:00:24 1999 UTC

# Line 86 | Line 86 | sub cvs {
86   sub http {
87          my $urlfile=shift;
88          my $filename=shift;
89 <        use LWP::Simple;
89 > #       use LWP::Simple;
90          print "Hello $filename, $urlfile\n";
91 <        open (STORE, ">$filename") || die "unable to open file $filename $!\n";
92 <        print STORE (get 'http:'.$urlfile);
91 > #       open (STORE, ">$filename") || die "unable to open file $filename $!\n";
92 > #       print STORE (get 'http:'.$urlfile);
93          close STORE;
94   }
95  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines