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

Comparing COMP/SCRAM/src/URL/URLclass.pm (file contents):
Revision 1.6 by williamc, Fri Nov 12 17:09:24 1999 UTC vs.
Revision 1.7 by williamc, Fri Nov 12 18:09:20 1999 UTC

# Line 13 | Line 13
13   # expandurl(URLbase) : expand the url to include the given base
14   # file()        : return the filename from the end of the path
15   # base()        : return the basename of the path
16 + # fullfile()    : return base/file
17   # param(var)    : return the value of a url parameter
18   #
19   # -- specialised use methods
# Line 84 | Line 85 | sub transfervars {
85          }
86   }
87  
88 + sub fullfile {
89 +        my $self=shift;
90 +        return $self->{server}
91 + }
92 +
93   sub base {
94          my $self=shift;
95          my $base="";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines